Commit bfac1947 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Forgot to go fmt

parent 07931ce0
......@@ -62,10 +62,10 @@ func main() {
flag.PrintDefaults()
}
flag.Parse()
if *printVersion {
fmt.Printf("gitlab-git-http-server %s\n", Version)
os.Exit(0)
}
if *printVersion {
fmt.Printf("gitlab-git-http-server %s\n", Version)
os.Exit(0)
}
repoRoot = flag.Arg(0)
if repoRoot == "" {
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