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

Commit 160715c

Browse files
committed
made jshint happy
1 parent 66ebbf2 commit 160715c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/logSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ describe('$log', function() {
185185
$log.debug();
186186
expect(logger).toEqual('log;warn;info;debug;');
187187
}
188-
)
188+
);
189189
});
190190

191191

0 commit comments

Comments
 (0)