fix: add missing braces #6

Merged
hugo merged 1 commits from fix/missing-braces into main 2023-12-05 13:09:17 +00:00
Showing only changes of commit 8a23012e40 - Show all commits

View File

@ -26,3 +26,4 @@ public class Math
{ {
return a + b; return a + b;
} }
}