Skip to content

Commit c9d483b

Browse files
author
joboc
committed
Indentation fix
1 parent 3c39288 commit c9d483b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ bool testZip()
5151

5252
bool testCartesianProduct()
5353
{
54-
std::vector<char> input1 = {'A', 'B', 'C', 'D', 'E'};
55-
std::vector<int> input2 = {1, 2, 3, 4, 5};
54+
std::vector<char> input1 = {'A', 'B', 'C', 'D', 'E'};
55+
std::vector<int> input2 = {1, 2, 3, 4, 5};
5656
std::vector<std::string> expected = { "A1", "A2", "A3", "A4", "A5",
5757
"B1", "B2", "B3", "B4", "B5",
5858
"C1", "C2", "C3", "C4", "C5",

0 commit comments

Comments
 (0)