Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Oct 30, 2024
1 parent f66db8a commit 930b5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keyV2.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { existsSync, readFileSync, unlinkSync, writeFileSync } from 'node:fs'
import { intro, log, outro, confirm as pConfirm, spinner as pSpinner } from '@clack/prompts'
import { intro, log, outro, confirm as pConfirm } from '@clack/prompts'
import { program } from 'commander'
import { createRSA } from './api/crypto'
import { checkLatest } from './api/update'
Expand Down

0 comments on commit 930b5e5

Please sign in to comment.