Browse Source

formatting in build file

Daniel Lee 8 years ago
parent
commit
e6bf266c4b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      build.go

+ 3 - 3
build.go

@@ -95,9 +95,9 @@ func main() {
 
 
 		case "package":
 		case "package":
 			grunt(gruntBuildArg("release")...)
 			grunt(gruntBuildArg("release")...)
-      if runtime.GOOS != "windows" {
-			  createLinuxPackages()
-      }
+			if runtime.GOOS != "windows" {
+				createLinuxPackages()
+			}
 
 
 		case "pkg-rpm":
 		case "pkg-rpm":
 			grunt(gruntBuildArg("release")...)
 			grunt(gruntBuildArg("release")...)