aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/WSL-CL.js
diff options
context:
space:
mode:
authorRabsRincon <rubrinbla@gmail.com>2018-01-18 19:46:02 +0100
committerRabsRincon <rubrinbla@gmail.com>2018-01-18 19:46:02 +0100
commitd493dfb7ccff1346fe4a7fc8329645d6d4425d0c (patch)
treea8386537da5180573edc0f5fc6d9ed8892340eb2 /lib/compilers/WSL-CL.js
parenta54faefb4c8668d9c9f93c78bd6bc639d1f0c219 (diff)
downloadcompiler-explorer-d493dfb7ccff1346fe4a7fc8329645d6d4425d0c.tar.gz
compiler-explorer-d493dfb7ccff1346fe4a7fc8329645d6d4425d0c.zip
Format code
Diffstat (limited to 'lib/compilers/WSL-CL.js')
-rw-r--r--lib/compilers/WSL-CL.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compilers/WSL-CL.js b/lib/compilers/WSL-CL.js
index 675c163ba..eb4c62e87 100644
--- a/lib/compilers/WSL-CL.js
+++ b/lib/compilers/WSL-CL.js
@@ -64,7 +64,7 @@ class WSLCLCompiler extends BaseCompiler {
// AP: Create CE temp directory in winTmp directory instead of the tmpDir directory.
// NPM temp package: https://www.npmjs.com/package/temp, see Affixes
- newTempDir () {
+ newTempDir() {
return new Promise((resolve, reject) => {
temp.mkdir({prefix: 'compiler-explorer-compiler', dir: process.env.winTmp}, (err, dirPath) => {
if (err)