Skip to content

Commit cb12d69

Browse files
committed
remove trailing comma
1 parent 3aee7f7 commit cb12d69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/listings/listings.controller.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import angular from 'angular'
2-
import { loadUser, getCurrentUser } from '../services/userv3.service.js'
2+
import { loadUser } from '../services/userv3.service.js'
33

44
(function () {
55
'use strict'
@@ -8,7 +8,7 @@ import { loadUser, getCurrentUser } from '../services/userv3.service.js'
88

99
ListingsCtrl.$inject = ['CONSTANTS', 'logger', '$q','TcAuthService', 'UserService',
1010
'UserStatsService', 'ProfileService', 'ChallengeService',
11-
'ExternalAccountService', 'ngDialog', '$anchorScroll', '$scope',
11+
'ExternalAccountService', 'ngDialog', '$anchorScroll', '$scope'
1212
]
1313

1414
function ListingsCtrl(CONSTANTS, logger, $q, TcAuthService, UserService, UserStatsService, ProfileService,

0 commit comments

Comments
 (0)