Skip to content

Commit f7d716a

Browse files
committed
format: lint
1 parent 214b61f commit f7d716a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/database/e2e/issues.e2e.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ describe('database issues', function () {
184184
});
185185

186186
it('#2833 should not mutate modifiers ordering', async function () {
187-
const { getDatabase, ref, child, query, equalTo, orderByChild, onValue, set } = databaseModular;
187+
const { getDatabase, ref, child, query, equalTo, orderByChild, onValue, set } =
188+
databaseModular;
188189

189190
const callback = sinon.spy();
190191
const testRef = query(

0 commit comments

Comments
 (0)