Skip to content

Commit 989b586

Browse files
committed
Linebreaks
1 parent 8f7a306 commit 989b586

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

angular-jwt/angular-jwt-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ var $jwtInterceptor: angular.jwt.IJwtInterceptor;
1414

1515
$jwtInterceptor.tokenGetter = () => {
1616
return expToken;
17-
}
17+
}

angular-jwt/angular-jwt.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ declare module angular.jwt {
2727
interface IJwtInterceptor {
2828
tokenGetter(): string;
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)