aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-02-22 12:03:04 -0600
committerAnthony Wang2022-02-22 12:03:04 -0600
commit346031aed7768c6db74174542f5777fbee1f3379 (patch)
tree147dbddc0ec9eb6b581a2bc8e65f30336707cced
parent2323096f7374e7bbdcfe7684e1912d98a6dd5e16 (diff)
Fix basic template spacing
-rw-r--r--Template/basic.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Template/basic.cpp b/Template/basic.cpp
index a8461bb..926f277 100644
--- a/Template/basic.cpp
+++ b/Template/basic.cpp
@@ -8,6 +8,6 @@ constexpr int MX = 1e5+5;
int main() {
cin.tie(0)->sync_with_stdio(0);
-
-
-}
+
+
+} \ No newline at end of file