Skip to content

Commit cb6bada

Browse files
authored
Fixed spacing
1 parent 92572b6 commit cb6bada

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/base.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,10 +1197,10 @@ class Base {
11971197
size: data.content.info.size,
11981198
filename: body || '',
11991199
}, data);
1200-
}
1200+
}
12011201
if (msgtype === 'm.video') {
12021202
logger.info("video file from riot");
1203-
1203+
12041204
let url = this.puppet.getClient().mxcUrlToHttp(data.content.url);
12051205
return await this.sendVideoAsPuppetToThirdPartyRoomWithId(thirdPartyRoomId, {
12061206
url, text: msg,
@@ -1210,7 +1210,7 @@ class Base {
12101210
width: data.content.info.w,
12111211
filename: body || '',
12121212
}, data);
1213-
}
1213+
}
12141214
if (msgtype === 'm.file') {
12151215
logger.info("file upload from riot");
12161216

0 commit comments

Comments
 (0)