fix: add missing braces

This commit is contained in:
Hugo Pointcheval 2023-12-05 14:08:47 +01:00
parent a85f2ae97a
commit 8a23012e40
Signed by: hugo
GPG Key ID: 3AAC487E131E00BC

View File

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