Skip to content

Commit

Permalink
httptransport: gofmt simplification
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed Nov 11, 2021
1 parent 1068f49 commit 88cf06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httptransport/notificationshandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func (h *NotifHandler) Get(w http.ResponseWriter, r *http.Request) {
return
}

var response = Response{
response := Response{
Page: outP,
Notifications: notifications,
}
Expand Down

0 comments on commit 88cf06e

Please sign in to comment.