You've already forked matrix-js-sdk
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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user