Skip to content

Commit 64b55f7

Browse files
authored
Add newline at end of main.cpp
Added a newline at the end of the file to adhere to coding standards.
1 parent 7a7ec93 commit 64b55f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/external-usage-example/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ int main()
66
std::cout << "Testing PCMS dependency export..." << std::endl;
77
pcms::printInfo("Dependency test successful!\n");
88
return 0;
9-
}
9+
}

0 commit comments

Comments
 (0)