summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Src/main.cpp b/Src/main.cpp
index 1f23047..d1b8dfe 100644
--- a/Src/main.cpp
+++ b/Src/main.cpp
@@ -20,7 +20,6 @@ int main(int argc, char** argv) {
std::string buf;
while (std::getline(std::cin, buf))
std::cout << MakeUwu(buf) << std::endl;
-
}
return 0;