chiark / gitweb /
mao: Remove some now-extraneous whitespace
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 8 Jun 2021 11:33:27 +0000 (12:33 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 8 Jun 2021 11:33:27 +0000 (12:33 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
specs/mao.game.toml

index ee4f6f9ab398aa53c2d1cdaefcf94471af1fa740..e72845e899b0a10b7d5bf44ff187ce1dce6bdcad 100644 (file)
@@ -3,19 +3,16 @@
    There is NO WARRANTY. #}
 
 {% macro hand(pos, colour, lplace, edge="white", edge_width="0.75") %}
-
 [[pieces]]
 pos = {{pos}}
 colour = "{{colour}}"
 label.place = "{{lplace}}"
 label.colour = "black"
-
 type = "Hand"
 edge = "{{edge}}"
 edge_width = {{edge_width}}
 shape.type = "Rect"
 shape.xy = [93,25]
-
 {% endmacro hand %}