Skip to content

Commit fb80079

Browse files
committed
Fix indentation
1 parent 4590a34 commit fb80079

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/v1/transaction.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ describe('transaction', function() {
322322
});
323323

324324
function expectSyntaxError(error) {
325-
const code = error.fields[0].code;
326-
expect(code).toBe('Neo.ClientError.Statement.SyntaxError');
325+
const code = error.fields[0].code;
326+
expect(code).toBe('Neo.ClientError.Statement.SyntaxError');
327327
}
328328
});

0 commit comments

Comments
 (0)