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 +});