Skip to content

Commit

Permalink
Linebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rerezz committed May 27, 2015
1 parent 8f7a306 commit 989b586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion angular-jwt/angular-jwt-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ var $jwtInterceptor: angular.jwt.IJwtInterceptor;

$jwtInterceptor.tokenGetter = () => {
return expToken;
}
}
2 changes: 1 addition & 1 deletion angular-jwt/angular-jwt.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ declare module angular.jwt {
interface IJwtInterceptor {
tokenGetter(): string;
}
}
}

0 comments on commit 989b586

Please sign in to comment.