refactor(): update to the latest version of prettier

This commit is contained in:
Kamil Myśliwiec
2020-03-22 12:10:49 +01:00
parent 3dae6178b7
commit 0e5b402a6f
32 changed files with 70 additions and 150 deletions

View File

@@ -4,7 +4,7 @@ import { empty } from 'rxjs';
import * as sinon from 'sinon';
import { ClientRMQ } from '../../client/client-rmq';
describe('ClientRMQ', function() {
describe('ClientRMQ', function () {
this.retries(10);
let client: ClientRMQ;