Skip to content

Commit e3489cc

Browse files
committed
Sort variables
1 parent c421868 commit e3489cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/size-limit/run.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default async process => {
4646
let isSilentMode = hasArg('--silent')
4747
let reporter = createReporter(process, isJsonOutput, isSilentMode)
4848
let help = createHelp(process)
49-
let config, args
49+
let args, config
5050

5151
try {
5252
if (hasArg('--version')) {

0 commit comments

Comments
 (0)