From 61cc0a111d32370acec688538ec393d750a2fc04 2014-03-21 20:22:46
From: Jonathan Frederic <jdfreder@calpoly.edu>
Date: 2014-03-21 20:22:46
Subject: [PATCH] Re-added new lines at eof

---

diff --git a/IPython/html/tests/notebook/arrow_keys.js b/IPython/html/tests/notebook/arrow_keys.js
index 647ffb5..6f089ba 100644
--- a/IPython/html/tests/notebook/arrow_keys.js
+++ b/IPython/html/tests/notebook/arrow_keys.js
@@ -21,4 +21,4 @@ casper.notebook_test(function () {
                 pos4 == 2;
     });
     this.test.assertTrue(result, 'Up/down arrow okay in non-empty notebook.');
-});
\ No newline at end of file
+});
diff --git a/IPython/html/tests/notebook/safe_append_output.js b/IPython/html/tests/notebook/safe_append_output.js
index 0fe2a7a..1217740 100644
--- a/IPython/html/tests/notebook/safe_append_output.js
+++ b/IPython/html/tests/notebook/safe_append_output.js
@@ -29,4 +29,4 @@ casper.notebook_test(function () {
         this.test.assertEquals(output['image/png'], undefined, "Non-string png data was stripped");
         this.test.assertEquals(output['text/plain'], '5', "text data is fine");
     });
-});
\ No newline at end of file
+});