Skip to content

Commit ae7de9a

Browse files
committed
remove semicolon
1 parent 1df0f52 commit ae7de9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/client/app/app(coffee).coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ angular.module('<%= scriptAppName %>', [<%= angularModules %>])
1010
$httpProvider.interceptors.push 'authInterceptor'<% } %>
1111
)<% } %><% if(filters.uirouter) { %>.config (($stateProvider, $urlRouterProvider, $locationProvider<% if(filters.auth) { %>, $httpProvider<% } %>) ->
1212
$urlRouterProvider
13-
.otherwise('/');
13+
.otherwise('/')
1414

1515
$locationProvider.html5Mode true<% if(filters.auth) { %>
1616
$httpProvider.interceptors.push 'authInterceptor'<% } %>

0 commit comments

Comments
 (0)