diff options
author | Anthony Wang | 2022-02-22 12:03:50 -0600 |
---|---|---|
committer | Anthony Wang | 2022-02-22 12:03:50 -0600 |
commit | e8300f4a2777424c0c0bb3c4fadb203e3700e4fc (patch) | |
tree | 91115d6ebb3f8f22f7d29dff82006c10b7179cd6 | |
parent | 346031aed7768c6db74174542f5777fbee1f3379 (diff) |
Fix advanced template spacing
-rw-r--r-- | Template/template.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Template/template.cpp b/Template/template.cpp index de6e617..ca26ba5 100644 --- a/Template/template.cpp +++ b/Template/template.cpp @@ -32,4 +32,4 @@ int main() { cin.tie(0)->sync_with_stdio(0); -} +}
\ No newline at end of file |