From 39151c9ff9d6f20a5709355c0b692e1cdba74d5f Mon Sep 17 00:00:00 2001 From: Teemu Patja Date: Fri, 3 Nov 2017 13:32:15 +0200 Subject: [PATCH] Fix compile error --- src/clj/commiteth/github/core.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/clj/commiteth/github/core.clj b/src/clj/commiteth/github/core.clj index 72bb8dc..761ff8b 100644 --- a/src/clj/commiteth/github/core.clj +++ b/src/clj/commiteth/github/core.clj @@ -227,8 +227,8 @@ (contract-addr-text contract-address) "%s\n" (network-text) - "To claim this bounty sign up at %s\ and make sure to update your Ethereum address " - "in `My Payment Details` so that the bounty is correctly allocated." + "To claim this bounty sign up at %sand make sure to update your Ethereum address " + "in `My Payment Details` so that the bounty is correctly allocated.\n" (if (on-testnet?) "To fund it, send test ETH or test ERC20/ERC223 tokens to the contract address." "To fund it, send ETH or ERC20/ERC223 tokens to the contract address."))