Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidt-sebastian committed Jan 4, 2022
1 parent 05a23ae commit 51d2784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/firestore/src/index/ordered_code_writer.ts
Expand Up @@ -14,8 +14,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import {debugAssert, fail} from '../util/assert';
import {ByteString} from "../util/byte_string";
import { debugAssert, fail } from '../util/assert';
import { ByteString } from '../util/byte_string';

const LONG_SIZE = 64;
const BYTE_SIZE = 8;
Expand Down

0 comments on commit 51d2784

Please sign in to comment.