From 7aec37a8dfaeadecaa47c941376f98e78c4b7ffd Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 15 Mar 2019 14:38:47 +0100 Subject: [PATCH] Add a newline. Oops! --- royalnet/commands/ship.py | 1 + 1 file changed, 1 insertion(+) diff --git a/royalnet/commands/ship.py b/royalnet/commands/ship.py index dc5e06d2..03ff52df 100644 --- a/royalnet/commands/ship.py +++ b/royalnet/commands/ship.py @@ -1,6 +1,7 @@ import re from ..utils import Command, Call, safeformat + SHIP_RESULT = "💕 {one} + {two} = {result}"