1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-31 01:37:57 +00:00

Remove semicolons from after } that close functons.

This commit is contained in:
Jacob Mandelson
2023-10-16 21:02:54 -07:00
parent 5fb0099fbb
commit db72295775
4 changed files with 5 additions and 5 deletions

View File

@@ -3412,7 +3412,7 @@ EX bool lie_movement_available() {
if(nonisotropic && !embedded_plane) return true;
if(mhyperbolic && bt::in()) return true;
return false;
};
}
EX hyperpoint lie_log(const shiftpoint h1) {
hyperpoint h = unshift(h1);