Skip to content

Commit c47ea2b

Browse files
committed
[AUTOMATED]: Prettier Code Styling
1 parent e794be1 commit c47ea2b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/database/src/core/PersistentConnection.ts

+1-6
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
import {
19-
contains,
20-
isEmpty,
21-
safeGet,
22-
CONSTANTS
23-
} from '@firebase/util';
18+
import { contains, isEmpty, safeGet, CONSTANTS } from '@firebase/util';
2419
import { stringify } from '@firebase/util';
2520
import { assert } from '@firebase/util';
2621
import { error, log, logWrapper, warn, ObjectToUniqueKey } from './util/util';

0 commit comments

Comments
 (0)