Skip to content

Commit 51d2784

Browse files
Format
1 parent 05a23ae commit 51d2784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/firestore/src/index/ordered_code_writer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
import {debugAssert, fail} from '../util/assert';
18-
import {ByteString} from "../util/byte_string";
17+
import { debugAssert, fail } from '../util/assert';
18+
import { ByteString } from '../util/byte_string';
1919

2020
const LONG_SIZE = 64;
2121
const BYTE_SIZE = 8;

0 commit comments

Comments
 (0)