Commit bfac1947 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Forgot to go fmt

parent 07931ce0
...@@ -62,10 +62,10 @@ func main() { ...@@ -62,10 +62,10 @@ func main() {
flag.PrintDefaults() flag.PrintDefaults()
} }
flag.Parse() flag.Parse()
if *printVersion { if *printVersion {
fmt.Printf("gitlab-git-http-server %s\n", Version) fmt.Printf("gitlab-git-http-server %s\n", Version)
os.Exit(0) os.Exit(0)
} }
repoRoot = flag.Arg(0) repoRoot = flag.Arg(0)
if repoRoot == "" { if repoRoot == "" {
flag.Usage() flag.Usage()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment