mirror of
https://github.com/fluffle/goirc
synced 2025-05-12 18:44:50 +00:00
remove trailing whitespace
This commit is contained in:
parent
d139fab231
commit
b13e7bfb0b
4 changed files with 5 additions and 5 deletions
|
@ -263,7 +263,7 @@ func (conn *Conn) shutdown() {
|
|||
}
|
||||
|
||||
// Dumps a load of information about the current state of the connection to a
|
||||
// string for debugging state tracking and other such things.
|
||||
// string for debugging state tracking and other such things.
|
||||
func (conn *Conn) String() string {
|
||||
str := "GoIRC Connection\n"
|
||||
str += "----------------\n\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue