diff --git a/_config/nvim/UltiSnips/cpp.snippets b/_config/nvim/UltiSnips/cpp.snippets index 1bab6bf..6f6261e 100644 --- a/_config/nvim/UltiSnips/cpp.snippets +++ b/_config/nvim/UltiSnips/cpp.snippets @@ -6,7 +6,7 @@ using namespace std; int main() { cout << "Hello, World!" << endl; - return 0; + return 0; } endsnippet @@ -19,7 +19,7 @@ using namespace osh; int main() { println("Hello, World!"); - return 0; + return 0; } endsnippet