From 17eaed7f99098ee236e5341d93bfacbcc66a989b Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Sun, 10 Jan 2016 17:56:12 -0800 Subject: [PATCH] Fix lint errors --- server/boot/a-extendUserIdent.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/server/boot/a-extendUserIdent.js b/server/boot/a-extendUserIdent.js index 675847e210..932965f3ff 100644 --- a/server/boot/a-extendUserIdent.js +++ b/server/boot/a-extendUserIdent.js @@ -53,8 +53,10 @@ export default function({ models }) { return Observable.throw( new Error( dedent` - Your GitHub is already associated with another account. You may have accidentally created a duplicate account. - No worries, though. We can fix this real quick. Please email us with your GitHub username: team@freecodecamp.com. +Your GitHub is already associated with another account. +You may have accidentally created a duplicate account. +No worries, though. We can fix this real quick. +Please email us with your GitHub username: team@freecodecamp.com. `.split('/n').join(' ') ) );