From a54c97f624548161123e954ad3e9a01cb84b92a6 Mon Sep 17 00:00:00 2001 From: mmussomele Date: Sat, 16 May 2015 21:47:15 -0700 Subject: [PATCH] added newline to end of cd_correction.py --- thefuck/rules/cd_correction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thefuck/rules/cd_correction.py b/thefuck/rules/cd_correction.py index 9521993..96bee90 100644 --- a/thefuck/rules/cd_correction.py +++ b/thefuck/rules/cd_correction.py @@ -82,4 +82,4 @@ def get_new_command(command, settings): cwd = os.path.join(cwd, best_match) return "cd {0}".format(cwd) -enabled_by_default = True \ No newline at end of file +enabled_by_default = True