From ba699fdb2569498115dd1a349c6801d160aaedca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Fri, 11 Nov 2016 18:02:36 +0100 Subject: [PATCH] new line [ci:skip] --- parity/signer.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/parity/signer.rs b/parity/signer.rs index 835cc397a..09bab3de9 100644 --- a/parity/signer.rs +++ b/parity/signer.rs @@ -86,7 +86,8 @@ pub fn execute(cmd: SignerCommand) -> Result { r#" Open: {} to authorize your browser. -Or use the code: {}"#, +Or use the code: +{}"#, Colour::White.bold().paint(auth_url), code ))