Skip to content

Commit

Permalink
fix log whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bwindels authored and krombel committed Aug 22, 2018
1 parent 208917f commit c92da8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/room.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ Room.prototype._loadMembers = async function() {
if (rawMembersEvents === null) {
fromServer = true;
rawMembersEvents = await this._loadMembersFromServer();
console.log(`LL: got ${rawMembersEvents.length}` +
console.log(`LL: got ${rawMembersEvents.length} ` +
`members from server for room ${this.roomId}`);
}
const memberEvents = rawMembersEvents.map(this._client.getEventMapper());
Expand Down

0 comments on commit c92da8e

Please sign in to comment.