Skip to content

Commit 682bde8

Browse files
committed
Fix lint
1 parent c6d7d90 commit 682bde8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/BinTestCases.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ describe("BinTestCases", function() {
6969
error: []
7070
};
7171

72-
if (async) {
72+
if(async) {
7373
describe(testName, function() {
7474
it("should run successfully", function(done) {
7575
this.timeout(10000);
@@ -92,7 +92,7 @@ describe("BinTestCases", function() {
9292
});
9393

9494
setTimeout(() => {
95-
if (env.code) {
95+
if(env.code) {
9696
done(env.error)
9797
}
9898

0 commit comments

Comments
 (0)