Skip to content

Commit 0827e88

Browse files
committed
style(jscs): fix whitespace
1 parent 1363cbd commit 0827e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/auto/injectorSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ describe('injector', function() {
247247
if (/chrome|firefox/i.test(navigator.userAgent)) {
248248
it('should be possible to annotate functions that are declared using ES6 syntax', function() {
249249
/*jshint -W061 */
250-
// The function is generated using `eval` as just having the ES6 syntax can break some browsers.
250+
// The function is generated using `eval` as just having the ES6 syntax can break some browsers.
251251
expect(annotate(eval('({ fn(x) { return; } })').fn)).toEqual(['x']);
252252
/*jshint +W061 */
253253
});

0 commit comments

Comments
 (0)