fmt hates committing its changes
1 files changed, 1 insertions(+), 1 deletions(-) M starkingdoms-client/src/pages/ShipEditor.svelte
M starkingdoms-client/src/pages/ShipEditor.svelte => starkingdoms-client/src/pages/ShipEditor.svelte +1 -1
@@ 382,7 382,7 @@ // down children[2] = save_recursive(x, y - y_dir); }*/ - let up_rotation = (rotation+2)%4; + let up_rotation = (rotation + 2) % 4; if ( grid.get(x + x_dir[up_rotation])?.get(y + y_dir[up_rotation])?.[1] == up_rotation