We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a23ae commit 51d2784Copy full SHA for 51d2784
packages/firestore/src/index/ordered_code_writer.ts
@@ -14,8 +14,8 @@
14
* See the License for the specific language governing permissions and
15
* limitations under the License.
16
*/
17
-import {debugAssert, fail} from '../util/assert';
18
-import {ByteString} from "../util/byte_string";
+import { debugAssert, fail } from '../util/assert';
+import { ByteString } from '../util/byte_string';
19
20
const LONG_SIZE = 64;
21
const BYTE_SIZE = 8;
0 commit comments