Skip to content

Commit

Permalink
fix: remove blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed Apr 28, 2024
1 parent 0ace00d commit 951ce17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/cloud/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ func (c *Conn) RegisterHandler(tag Tag, handler Handler) error {
if !c.isKnownTag(tag) {
return ErrTagUnknown
}

c.handlers[tag] = handler
return nil
}
Expand Down

0 comments on commit 951ce17

Please sign in to comment.