Skip to content

Commit 8263cd2

Browse files
committed
linter appeasement
1 parent bd7e6bf commit 8263cd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/cmd/api/api.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ func readUserFile(fn string, stdin io.ReadCloser) ([]byte, error) {
248248
return ioutil.ReadAll(r)
249249
}
250250

251-
252251
func openUserFile(fn string, stdin io.ReadCloser) (io.ReadCloser, error) {
253252
if fn == "-" {
254253
return stdin, nil

0 commit comments

Comments
 (0)