We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8629f5e commit 175dc80Copy full SHA for 175dc80
1 file changed
Tests/Time/scheduler_test.cpp
@@ -45,7 +45,7 @@ TEST_F(SchedulerTests, SetAt) {
45
for (uint64_t i = 0; i < 16; i++) {
46
Scheduler::sorted_task_ids_ = original;
47
Scheduler::set_at(i, 0xF);
48
- EXPECT_EQ(Scheduler::sorted_task_ids_, original | (0xFULL << (i*4)));
+ EXPECT_EQ(Scheduler::sorted_task_ids_, original | (0xFULL << (i * 4)));
49
}
50
51
0 commit comments