Skip to content

Commit

Permalink
bad formatting test
Browse files Browse the repository at this point in the history
  • Loading branch information
Micnasr committed Mar 27, 2024
1 parent 01798b0 commit 6736eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formater-test.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <iostream>

int main() {
int a = 10;
int a = 10;
int b = 20;
std::cout << "a: " << a << ", b: " << b << std::endl;
return 0;
Expand Down

0 comments on commit 6736eab

Please sign in to comment.