Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit fe1696f

Browse files
theoreticaLeeIgorMinar
authored andcommitted
style(exceptionHandler): add ws
1 parent c3a87c6 commit fe1696f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/exceptionHandler.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
*/
2121
function $ExceptionHandlerProvider() {
22-
this.$get = ['$log', function($log){
22+
this.$get = ['$log', function($log) {
2323
return function(exception, cause) {
2424
$log.error.apply($log, arguments);
2525
};

0 commit comments

Comments
 (0)