Skip to content

Commit 071b20b

Browse files
committed
Code style in angular.ts
1 parent d0b7108 commit 071b20b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/integrations/angular.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ angular.module('exceptionless', [])
9797

9898
let builder = error && error.status === 404 ? $ExceptionlessClient.createNotFound(error.config.url) : $ExceptionlessClient.createUnhandledException(error, stateChangeError);
9999
builder.setSource(stateChangeError)
100-
.setMessage(error && error.statusText)
101-
.setProperty('toState', toState)
102-
.setProperty('toParams', toParams)
103-
.setProperty('fromState', fromState)
104-
.setProperty('fromParams', fromParams)
105-
.submit();
100+
.setMessage(error && error.statusText)
101+
.setProperty('toState', toState)
102+
.setProperty('toParams', toParams)
103+
.setProperty('fromState', fromState)
104+
.setProperty('fromParams', fromParams)
105+
.submit();
106106
});
107107

108108
$rootScope.$on('$destroy', function() {

0 commit comments

Comments
 (0)