Use formatter for all Haxe code
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
package flash.desktop;
|
||||
|
||||
extern class NativeProcessStartupInfo {
|
||||
var arguments : flash.Vector<String>;
|
||||
var executable : flash.filesystem.File;
|
||||
var workingDirectory : flash.filesystem.File;
|
||||
function new() : Void;
|
||||
extern class NativeProcessStartupInfo
|
||||
{
|
||||
var arguments:flash.Vector<String>;
|
||||
var executable:flash.filesystem.File;
|
||||
var workingDirectory:flash.filesystem.File;
|
||||
function new():Void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user