fix: add missing braces #6

Merged
hugo merged 1 commits from fix/missing-braces into main 2023-12-05 13:09:17 +00:00

View File

@ -25,4 +25,5 @@ public class Math
public float Add(float a, float b) public float Add(float a, float b)
{ {
return a + b; return a + b;
} }
}