From eae157699fabff09cbc2bceffb3d46df6a3ccc2a Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 25 Jul 2016 23:31:26 +0200 Subject: [PATCH] remove superfluous space in git config --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 0b04adf..347e2c3 100644 --- a/gitconfig +++ b/gitconfig @@ -1,6 +1,6 @@ [user] name = Thomas Ruoff - email = thomasr@brandwatch.com + email = thomasr@brandwatch.com [color] branch = auto diff = auto