mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
👕 Remove trailing space to fix lint error
This commit is contained in:
@@ -13,7 +13,7 @@ const PLATFORMS_KNOWN_TO_WORK = new Set([
|
||||
'linux'
|
||||
])
|
||||
|
||||
// Shell command that returns env var=value lines separated by \0s so that
|
||||
// Shell command that returns env var=value lines separated by \0s so that
|
||||
// newlines are handled properly
|
||||
const ENV_COMMAND = 'command awk \'BEGIN{for(v in ENVIRON) printf("%s=%s\\0",v,ENVIRON[v])}\''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user