Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Campbell <todd@sensu.io>
  • Loading branch information
Todd Campbell committed Feb 25, 2021
1 parent 0db9363 commit 009f8a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ type Config struct {

// EntitySubscriptions is a partial Entity definition for use with the
// PATCH /entities API
type Deregistration struct {
Handler string `json:"handler"`
}
// type Deregistration struct {
// Handler string `json:"handler"`
// }

// EntityPatch is a shell of an Entity object for use with the
// PATCH /entities API
Expand Down

0 comments on commit 009f8a9

Please sign in to comment.