Skip to content

Commit 7e7d36e

Browse files
schmidt-sebastianmikelehen
authored andcommitted
[AUTOMATED]: Prettier Code Styling (#833)
1 parent a56cbaf commit 7e7d36e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/firestore/src/util/input_validation.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ export function isPlainObject(input: AnyJs): boolean {
289289
return (
290290
typeof input === 'object' &&
291291
input !== null &&
292-
(Object.getPrototypeOf(input) === Object.prototype || Object.getPrototypeOf(input) === null)
292+
(Object.getPrototypeOf(input) === Object.prototype ||
293+
Object.getPrototypeOf(input) === null)
293294
);
294295
}
295296

0 commit comments

Comments
 (0)