Skip to content

Commit c6c2c4d

Browse files
committed
fix: remove unnecessary semicolon
1 parent 219bd51 commit c6c2c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/commands/target_spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe("commands/target", function() {
3737
});
3838

3939
it('queries the target', function(done) {
40-
command({_:[]},result).then(() => {;
40+
command({_:[]},result).then(() => {
4141
config.target.called.should.be.true();
4242
config.target.args[0].should.have.lengthOf(0);
4343
result.log.called.should.be.true();

0 commit comments

Comments
 (0)