make code prettier 🎀

This commit is contained in:
Régis Hanol
2018-07-18 13:09:16 +02:00
parent 6d6e026e3c
commit f55ac892e4
8 changed files with 17 additions and 12 deletions
@@ -191,7 +191,9 @@ QUnit.test("selectable avatars", assert => {
click(".pref-avatar .btn");
andThen(() => {
assert.ok(exists(".selectable-avatars", "opens the avatar selection modal"));
assert.ok(
exists(".selectable-avatars", "opens the avatar selection modal")
);
});
});