Skip to content

Commit 016a45f

Browse files
author
Cédric Belin
committed
Code formatting
1 parent 239e281 commit 016a45f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/php_minifier/Program.hx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package php_minifier;
22

33
import asys.FileSystem;
44
import asys.io.File;
5-
#if nodejs import js.Node; #end
65
import sys.FileSystem as SyncFileSystem;
76
import tink.Cli;
87
import tink.cli.Rest;
@@ -40,7 +39,7 @@ final class Program {
4039

4140
/** Application entry point. **/
4241
static function main() {
43-
#if nodejs Node.process.title = "PHP Minifier"; #end
42+
#if nodejs js.Node.process.title = "PHP Minifier"; #end
4443
Cli.process(Sys.args(), new Program()).handle(Cli.exit);
4544
}
4645

0 commit comments

Comments
 (0)