From 8805dd8c01d923f4f77b7bcdaf5fa016473d946c Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 28 May 2021 11:15:10 +0100 Subject: [PATCH] Auto-fix lint errors --- spec/unit/relations.spec.ts | 2 +- spec/unit/webrtc/call.spec.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/unit/relations.spec.ts b/spec/unit/relations.spec.ts index 3be34f332..c8de24292 100644 --- a/spec/unit/relations.spec.ts +++ b/spec/unit/relations.spec.ts @@ -72,7 +72,7 @@ describe("Relations", function() { } }); - it("should emit created regardless of ordering", async function () { + it("should emit created regardless of ordering", async function() { const targetEvent = new MatrixEvent({ "sender": "@bob:example.com", "type": "m.room.message", diff --git a/spec/unit/webrtc/call.spec.ts b/spec/unit/webrtc/call.spec.ts index e5ef6de87..100f334ec 100644 --- a/spec/unit/webrtc/call.spec.ts +++ b/spec/unit/webrtc/call.spec.ts @@ -14,8 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. */ -import {TestClient} from '../../TestClient'; -import {MatrixCall, CallErrorCode, CallEvent} from '../../../src/webrtc/call'; +import { TestClient } from '../../TestClient'; +import { MatrixCall, CallErrorCode, CallEvent } from '../../../src/webrtc/call'; const DUMMY_SDP = ( "v=0\r\n" +