Fix syntax error
This commit is contained in:
		@@ -24,6 +24,7 @@ func VersionCmd(args CmdArgs) (int, error) {
 | 
				
			|||||||
	if GitCommit != "" {
 | 
						if GitCommit != "" {
 | 
				
			||||||
		fmt.Fprintf(&b, "  revision:   %s\n", GitCommit)
 | 
							fmt.Fprintf(&b, "  revision:   %s\n", GitCommit)
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if BuildDate != "" {
 | 
						if BuildDate != "" {
 | 
				
			||||||
		fmt.Fprintf(&b, "  build date: %s\n", BuildDate)
 | 
							fmt.Fprintf(&b, "  build date: %s\n", BuildDate)
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user