2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

Fix Prettier

This commit is contained in:
Penar Musaraj 2019-11-15 10:28:46 -05:00
parent abf215a0e4
commit 655e610357
6 changed files with 9 additions and 37 deletions

View file

@ -324,10 +324,7 @@ QUnit.test("canChangeOwner", function(assert) {
this.registry.injection("controller", "currentUser", "current-user:main");
const postStream = {
posts: [
{ id: 1, username: "gary" },
{ id: 2, username: "lili" }
],
posts: [{ id: 1, username: "gary" }, { id: 2, username: "lili" }],
stream: [1, 2]
};