From 485844a15086144d0bedce4a869c2fb286f4c9cc Mon Sep 17 00:00:00 2001 From: n0q Date: Mon, 7 Jul 2014 23:41:20 -0400 Subject: [PATCH] Added newline to end of file --- src/commands/default/unloggedin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/commands/default/unloggedin.py b/src/commands/default/unloggedin.py index e2486c6f98..ecb4ff246d 100644 --- a/src/commands/default/unloggedin.py +++ b/src/commands/default/unloggedin.py @@ -377,4 +377,5 @@ def CreateCharacter(session, new_player, typeclass, start_location, home, permis except Exception, e: session.msg("There was an error creating the Character:\n%s\n If this problem persists, contact an admin." % e) logger.log_trace() - return False \ No newline at end of file + return False + \ No newline at end of file