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

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