Skip to content

Commit

Permalink
cpplint fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
savchukPR2 authored May 5, 2024
1 parent 324f5fd commit 2641d17
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,4 +282,4 @@ void FibonacciHeap<T>::clear(FibonacciHeapNode<T>* heapNode) {
} while (heapNode != end);
}

#endif // MODULES_BODROV_DANIIL_FIBONACCI_HEAP_INCLUDE_FIBONACCI_HEAP_H_
#endif // MODULES_BODROV_DANIIL_FIBONACCI_HEAP_INCLUDE_FIBONACCI_HEAP_H_
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Copyright 2024 Bodrov Daniil
// plaki plaki ili normaldaki
// plaki plaki ili normaldaki
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ TEST(Bodrov_Daniil_FibonacciHeapTest, DeleteNode) {
ASSERT_EQ(heap.minimum(), 10);
ASSERT_EQ(heap.extractMin(), 10);
ASSERT_TRUE(heap.empty());
}
}
2 changes: 1 addition & 1 deletion modules/bodrov_daniil_fibonacci_heap/test/test_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
int main(int argc, char **argv) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}
}

0 comments on commit 2641d17

Please sign in to comment.