Skip to content

Commit 4a88bb6

Browse files
committed
Add back missing newline
1 parent 692808c commit 4a88bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ exports.MockFirestore = require('./firestore');
99
exports.MockStorage = require('./storage');
1010
exports.MockMessaging = require('./messaging');
1111
exports.DeltaDocumentSnapshot = MockFirestoreDeltaDocumentSnapshot.create;
12-
exports.DataSnapshot = require('./snapshot');
12+
exports.DataSnapshot = require('./snapshot');

0 commit comments

Comments
 (0)