Skip to content

Commit

Permalink
Sort variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 9, 2024
1 parent c421868 commit e3489cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/size-limit/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default async process => {
let isSilentMode = hasArg('--silent')
let reporter = createReporter(process, isJsonOutput, isSilentMode)
let help = createHelp(process)
let config, args
let args, config

try {
if (hasArg('--version')) {
Expand Down

0 comments on commit e3489cc

Please sign in to comment.