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" +