Skip to content

Commit

Permalink
Fix bad indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
CendioOssman committed Sep 7, 2023
1 parent 370f21b commit bf12c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.rfb.js
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@ describe('Remote Frame Buffer Protocol Client', function () {
sendSecurity(1, client);
expect(client._rfbInitState).to.equal('ServerInitialisation');
});
});
});

describe('Authentication', function () {
beforeEach(function () {
Expand Down

0 comments on commit bf12c24

Please sign in to comment.