diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-12-21 14:52:51 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-12-21 14:52:51 +0000 |
commit | 50fe04c717a63fd638d6233aac2daa31d3eeb6e4 (patch) | |
tree | 785c411bf7df1dc85b713e1c8d0912e963f37443 | |
parent | bf39faaaf2bc4c48b48ea425ff8086bfd9b73563 (diff) | |
download | infra-50fe04c717a63fd638d6233aac2daa31d3eeb6e4.tar.gz infra-50fe04c717a63fd638d6233aac2daa31d3eeb6e4.tar.bz2 infra-50fe04c717a63fd638d6233aac2daa31d3eeb6e4.zip |
Fix bracket style in C++ template
-rw-r--r-- | misc/dotfiles/templates/template.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/dotfiles/templates/template.cpp b/misc/dotfiles/templates/template.cpp index 16f3e15..af07af9 100644 --- a/misc/dotfiles/templates/template.cpp +++ b/misc/dotfiles/templates/template.cpp @@ -16,8 +16,7 @@ using namespace std; using ll = long long; -int main() -{ +int main() { return 0; } |