mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-10 09:52:20 +08:00
gofmt
This commit is contained in:
@ -116,7 +116,6 @@ func main() {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ok now handle parse error (which means cli input was wrong,
|
||||
// e.g. incorrect number of args, or nonexistent subcommand)
|
||||
if parseErr != nil {
|
||||
|
@ -14,8 +14,8 @@ const (
|
||||
requiredArg = "<%v>"
|
||||
optionalArg = "[<%v>]"
|
||||
variadicArg = "%v..."
|
||||
shortFlag = "-%v"
|
||||
longFlag = "--%v"
|
||||
shortFlag = "-%v"
|
||||
longFlag = "--%v"
|
||||
optionType = "(%v)"
|
||||
|
||||
whitespace = "\r\n\t "
|
||||
|
Reference in New Issue
Block a user