diff --git a/sources/main.cpp b/sources/main.cpp index 70491566..a1cad89d 100644 --- a/sources/main.cpp +++ b/sources/main.cpp @@ -4,7 +4,7 @@ int main() { WAL::Wal wal; - + // this is the first develop push try { wal.run(); return 0; @@ -12,4 +12,4 @@ int main() std::cerr << ex.what() << std::endl; return 84; } -} +} \ No newline at end of file