Skip to content

Commit dffba65

Browse files
[AUTOMATED]: Prettier Code Styling
1 parent 75701f5 commit dffba65

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/database/src/api/Query.ts

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

0 commit comments

Comments
 (0)