Fix coffeelint error on trailing whitespace

This commit is contained in:
Giuseppe Piscopo
2016-04-28 19:25:54 +02:00
parent bebaf1bdb0
commit 07bf40879d

View File

@@ -9,7 +9,7 @@ else
# Spawn powershell.exe and callback when it completes
spawnPowershell = (args, callback) ->
# Set encoding and execute the command, capture the output, and return it
# Set encoding and execute the command, capture the output, and return it
# via .NET's console in order to have consistent UTF-8 encoding.
# See http://stackoverflow.com/questions/22349139/utf-8-output-from-powershell
# to address https://github.com/atom/atom/issues/5063