Skip to content

Commit 1978f5b

Browse files
committed
chore: code cleanup
1 parent c43bde4 commit 1978f5b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1717
* PERFORMANCE OF THIS SOFTWARE.
1818
*/
19-
import yargs from 'yargs'
20-
import { hideBin } from 'yargs/helpers'
21-
19+
import yargs from 'yargs';
20+
import { hideBin } from 'yargs/helpers';
2221
import { VERSION, checkForUpdate } from './lib';
2322

2423
(async () => {

0 commit comments

Comments
 (0)