mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Fix errors from new cpplint.py (#7105)
This commit is contained in:
@@ -24,5 +24,5 @@ TEST(ScopedTracerTest, Timing) {
|
||||
frc::sim::ResumeTiming();
|
||||
|
||||
std::string_view out = os.str();
|
||||
EXPECT_TRUE(wpi::starts_with(out, " timing_test: 1.5"));
|
||||
EXPECT_TRUE(wpi::starts_with(out, "\ttiming_test: 1.5"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user