Browse Source

format code

V2Ray 10 years ago
parent
commit
29488087a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core.go

+ 1 - 1
core.go

@@ -15,7 +15,7 @@ var (
 )
 
 func Version() string {
-  return version
+	return version
 }
 
 func PrintVersion() {