mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
style(GUI): fix small chain indentation issue (#1150)
I couldn't find an ESLint rule that would protect us from this in the future. See: https://github.com/resin-io/etcher/pull/1148#discussion_r103525165 Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
4172291a10
commit
dfd5f70013
@ -108,8 +108,8 @@ return isElevated().then((elevated) => {
|
||||
});
|
||||
|
||||
return commandPrefix
|
||||
.concat([ process.env.APPIMAGE ])
|
||||
.concat(translatedArguments);
|
||||
.concat([ process.env.APPIMAGE ])
|
||||
.concat(translatedArguments);
|
||||
}
|
||||
|
||||
return commandPrefix.concat(process.argv);
|
||||
|
Loading…
x
Reference in New Issue
Block a user