Skip to content

Commit

Permalink
chore: fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Aug 1, 2024
1 parent e56c054 commit fd2421e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sui/deploy-test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { saveConfig, prompt, printInfo } = require('../common/utils');
const { loadConfig, saveConfig, prompt, printInfo } = require('../common/utils');
const { Command } = require('commander');
const { deployPackage, getBcsBytesByObjectId } = require('./utils');
const { singletonStruct } = require('./types-utils');
Expand Down

0 comments on commit fd2421e

Please sign in to comment.