Jelajahi Sumber

Removing new line for consistancy with the rest of the file.

Jay Sistar 10 tahun lalu
induk
melakukan
d653e77623
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  1. 1 2
      Build/Scripts/Host.js

+ 1 - 2
Build/Scripts/Host.js

@@ -6,8 +6,7 @@ if (os.platform() == "win32") {
 } else if (os.platform() == "darwin") {
 } else if (os.platform() == "darwin") {
   module.exports = require("./HostMac");
   module.exports = require("./HostMac");
   require("./BuildMac");
   require("./BuildMac");
-}
-else if (os.platform() == "linux") {
+} else if (os.platform() == "linux") {
   module.exports = require("./HostLinux");
   module.exports = require("./HostLinux");
   require("./BuildLinux");
   require("./BuildLinux");
 }
 }