Skip to content

Commit d99aff8

Browse files
committed
Add missing newline at the end of file
1 parent 723a8dd commit d99aff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ int main(int argc, const char* argv[]) {
3535
}
3636

3737
std::cout << "Max degree = " << G.getMaxDegree() << std::endl;
38-
}
38+
}

0 commit comments

Comments
 (0)