aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMisko Hevery2011-03-23 09:29:20 -0700
committerMisko Hevery2011-06-08 13:49:11 -0700
commitec6d106d4af0885d9df3498183bbbbcc7971d55a (patch)
tree4dd34e440591ecb08b155ad00ecfe6c514005c92 /test
parentfab4ada3c849becede839530d812748064654bd6 (diff)
downloadangular.js-ec6d106d4af0885d9df3498183bbbbcc7971d55a.tar.bz2
code cleanup: missing ; and indentation
Diffstat (limited to 'test')
-rw-r--r--test/mocks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocks.js b/test/mocks.js
index bad6fac5..8a346bcb 100644
--- a/test/mocks.js
+++ b/test/mocks.js
@@ -64,4 +64,4 @@ function $exceptionHandlerMockFactory() {
mockHandler.errors = [];
return mockHandler;
-} \ No newline at end of file
+}