Skip to content

Commit caa91c8

Browse files
[AUTOMATED]: Prettier Code Styling
1 parent 9e0115e commit caa91c8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/database/src/api/Query.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -263,11 +263,7 @@ export class Query {
263263
* @param {(function(!DataSnapshot, ?string=))=} callback
264264
* @param {Object=} context
265265
*/
266-
off(
267-
eventType?: string,
268-
callback?: SnapshotCallback,
269-
context?: Object
270-
): void {
266+
off(eventType?: string, callback?: SnapshotCallback, context?: Object): void {
271267
validateArgCount('Query.off', 0, 3, arguments.length);
272268
validateEventType('Query.off', 1, eventType, true);
273269
validateCallback('Query.off', 2, callback, true);

0 commit comments

Comments
 (0)