Fix bad indentation
This commit is contained in:
parent
370f21b117
commit
bf12c24f4c
|
@ -1265,7 +1265,7 @@ describe('Remote Frame Buffer Protocol Client', function () {
|
||||||
sendSecurity(1, client);
|
sendSecurity(1, client);
|
||||||
expect(client._rfbInitState).to.equal('ServerInitialisation');
|
expect(client._rfbInitState).to.equal('ServerInitialisation');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('Authentication', function () {
|
describe('Authentication', function () {
|
||||||
beforeEach(function () {
|
beforeEach(function () {
|
||||||
|
|
Loading…
Reference in New Issue