Skip to content

Commit

Permalink
reformat helper file related to spawning flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Apr 15, 2022
1 parent dfc2867 commit 1621114
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/src/lib/helpers/linux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@ export function spawnEditor(
): ChildProcess {
if (isFlatpakBuild()) {
const actualpath = formatPathForFlatpak(path)
const EscapedworkingDirectory = formatWorkingDirectoryForFlatpak(
workingDirectory
)
const EscapedworkingDirectory =
formatWorkingDirectoryForFlatpak(workingDirectory)
return spawn(
'flatpak-spawn',
['--host', actualpath, EscapedworkingDirectory],
Expand Down

0 comments on commit 1621114

Please sign in to comment.