Skip to content

Commit 8e774e1

Browse files
committed
Prettier
1 parent 66d4715 commit 8e774e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/room-list/SlidingRoomListStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export class SlidingRoomListStoreClass extends AsyncStoreWithClient<IState> impl
257257
return;
258258
}
259259
rooms.push(room);
260-
})
260+
});
261261
tagMap[tagId] = rooms;
262262
this.tagMap = tagMap;
263263
}

0 commit comments

Comments
 (0)