fix: add missing braces
This commit is contained in:
parent
a85f2ae97a
commit
8a23012e40
@ -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;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user