Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
cometkim committed Jun 7, 2024
1 parent 0d81e8c commit 0f06ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _workers/websites-integration/deployment-awaiter.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { setInterval } from 'node:timers/promises';
import { parseArgs } from 'node:util';
import { createWriteStream } from 'node:fs';
import { Readable } from 'node:stream';
import { finished } from 'node:stream/promises';
import { setInterval } from 'node:timers/promises';
import { parseArgs } from 'node:util';
import prettyMilliseconds from 'pretty-ms';

import { $ } from 'zx';
Expand Down

0 comments on commit 0f06ef8

Please sign in to comment.