1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-07-30 04:23:07 +03:00

Apply manual code style fixes after prettier

This commit is contained in:
Michael Weimann
2022-12-09 09:39:03 +01:00
parent 349c2c2587
commit 72dac9a107
5 changed files with 11 additions and 7 deletions

View File

@ -43,9 +43,9 @@ describe("Location", function () {
const modernEventContent = { ...modernProperties };
const legacyEventContent = {
// eslint-disable-next-line camelcase
body,
msgtype,
// eslint-disable-next-line camelcase
geo_uri,
} as LocationEventWireContent;