From 6736eab246648ec35c42576fdb452b90211413f4 Mon Sep 17 00:00:00 2001 From: Michael Nasr Date: Wed, 27 Mar 2024 18:30:31 -0400 Subject: [PATCH] bad formatting test --- formater-test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formater-test.cpp b/formater-test.cpp index 8394c5517..70360da76 100644 --- a/formater-test.cpp +++ b/formater-test.cpp @@ -1,7 +1,7 @@ #include int main() { - int a = 10; + int a = 10; int b = 20; std::cout << "a: " << a << ", b: " << b << std::endl; return 0;