From: Ian Jackson Date: Tue, 8 Jun 2021 11:33:27 +0000 (+0100) Subject: mao: Remove some now-extraneous whitespace X-Git-Tag: otter-0.7.0~31 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=322e766c6613db82c7996d0257469d89c9a3f032;p=otter.git mao: Remove some now-extraneous whitespace Signed-off-by: Ian Jackson --- diff --git a/specs/mao.game.toml b/specs/mao.game.toml index ee4f6f9a..e72845e8 100644 --- a/specs/mao.game.toml +++ b/specs/mao.game.toml @@ -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 %}