mirror of
https://github.com/fluffle/goirc
synced 2025-09-06 00:43:20 +00:00
Run gofmt to fix some trailing whitespace &c.
This commit is contained in:
parent
e935d78bb7
commit
1e190eb233
5 changed files with 22 additions and 15 deletions
|
@ -26,7 +26,7 @@ type Handler interface {
|
|||
}
|
||||
|
||||
// Removers allow for a handler that has been previously added to the client
|
||||
// to be removed.
|
||||
// to be removed.
|
||||
type Remover interface {
|
||||
Remove()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue