Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d0af0ca

Browse files
committed
style(loader): make jshint happy
1 parent d9d20e6 commit d0af0ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/loaderSpec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ describe('module loader', function() {
100100
})
101101
.run(function(theProvider) {
102102
log = theProvider.api;
103-
})
103+
});
104104

105105
createInjector(['theModule']);
106106
expect(log).toBe('provider-first-second-third');
@@ -125,7 +125,7 @@ describe('module loader', function() {
125125
});
126126

127127
createInjector(['theModule']);
128-
expect(log).toBe('secondProvider-decorator')
128+
expect(log).toBe('secondProvider-decorator');
129129
});
130130

131131

0 commit comments

Comments
 (0)