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

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