aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bug/bug_show.go
diff options
context:
space:
mode:
authorSteve Moyer <smoyer1@selesy.com>2023-01-19 20:29:33 -0500
committerSteve Moyer <smoyer1@selesy.com>2023-01-19 20:29:33 -0500
commit14773b16ca4a16cbf84416894e254e41a01764b1 (patch)
tree65470141e2e273a4d33d737719eb97ea294fbe18 /commands/bug/bug_show.go
parentcf382e0fad77e758898e7d51c4e322645fb6042c (diff)
downloadgit-bug-14773b16ca4a16cbf84416894e254e41a01764b1.tar.gz
style: resolve PR comments
Diffstat (limited to 'commands/bug/bug_show.go')
-rw-r--r--commands/bug/bug_show.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/bug/bug_show.go b/commands/bug/bug_show.go
index 38eda54a..ef20df2a 100644
--- a/commands/bug/bug_show.go
+++ b/commands/bug/bug_show.go
@@ -91,8 +91,6 @@ func runBugShow(env *execenv.Env, opts bugShowOptions, args []string) error {
case "title":
env.Out.Printf("%s\n", snap.Title)
default:
- env.Out.Println()
-
return fmt.Errorf("unsupported field: %s", opts.fields)
}