Skip to content

Commit 5b802c4

Browse files
committed
right format
1 parent cd65251 commit 5b802c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

task_09/src/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#include "minimum_moneys.hpp"
66

7-
TEST(MinMoney, GreedyAlgorithmNotWorkHere){
7+
TEST(MinMoney, GreedyAlgorithmNotWorkHere) {
88
ASSERT_EQ(MinMoney(std::vector<int>{1, 3, 4}, 6), (2));
99
}
1010

0 commit comments

Comments
 (0)