Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Remove unreachable returns
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisAubuchon committed Feb 10, 2016
1 parent 516f57f commit 2fae692
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions commands/kv_read.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,4 @@ func (k *Kv) Read(args []string, kro *KvReadOptions) error {
return kvo.Output(kv, kro.Format)
}
}

return nil
}
2 changes: 0 additions & 2 deletions commands/output.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ func (c *Cmd) Output(v interface{}) error {
} else {
return c.OutputTemplate(v)
}

return nil
}

func (c *Cmd) OutputJSON(v interface{}, prettyFlag bool) error {
Expand Down

0 comments on commit 2fae692

Please sign in to comment.