Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
esdmr committed Jul 21, 2024
1 parent 4784001 commit e402243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/generator.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {AxisAlignedBoundingBox} from './aabb.js';
import {nonNullable, assert} from './assert.js';
import {asBigInt, asNumber, maxBigInt, minBigInt, toBigInt} from './bigint.js';
import {assert, nonNullable} from './assert.js';
import {asBigInt, asNumber, toBigInt} from './bigint.js';
import {Point} from './point.js';
import {Schematic} from './schematic.js';
import * as tileType from './tile-type.js';
Expand Down

0 comments on commit e402243

Please sign in to comment.