mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
Fix Prettier
This commit is contained in:
parent
abf215a0e4
commit
655e610357
6 changed files with 9 additions and 37 deletions
|
@ -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]
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue