Skip to content

Commit

Permalink
lint: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Jan 6, 2025
1 parent 7bfca7b commit 27e945f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/upgrade-plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async function upgradePlugins(unattended = false) {
prompt.delimiter = '';

prompt.start();
result= await prompt.get({
result = await prompt.get({
name: 'upgrade',
description: '\nProceed with upgrade (y|n)?',
type: 'string',
Expand Down

0 comments on commit 27e945f

Please sign in to comment.