From fe1696f68885aa2b6fd8959972d3533442a99cc6 Mon Sep 17 00:00:00 2001 From: Lee Leathers Date: Thu, 28 Mar 2013 23:23:02 -0700 Subject: style(exceptionHandler): add ws --- src/ng/exceptionHandler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/exceptionHandler.js') diff --git a/src/ng/exceptionHandler.js b/src/ng/exceptionHandler.js index f74e09ee..2adc3f17 100644 --- a/src/ng/exceptionHandler.js +++ b/src/ng/exceptionHandler.js @@ -19,7 +19,7 @@ * */ function $ExceptionHandlerProvider() { - this.$get = ['$log', function($log){ + this.$get = ['$log', function($log) { return function(exception, cause) { $log.error.apply($log, arguments); }; -- cgit v1.2.3