Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Val Lorentz committed May 29, 2023
1 parent 8039586 commit cc11d0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions irc/histserv.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ import (
type CanDelete uint

const (
canDeleteAny CanDelete = iota // User is allowed to delete any message (for a given channel/PM)
canDeleteSelf // User is allowed to delete their own messages (ditto)
canDeleteNone // User is not allowed to delete any message (ditto)
canDeleteAny CanDelete = iota // User is allowed to delete any message (for a given channel/PM)
canDeleteSelf // User is allowed to delete their own messages (ditto)
canDeleteNone // User is not allowed to delete any message (ditto)
)

const (
Expand Down

0 comments on commit cc11d0f

Please sign in to comment.