1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-05-12 18:44:50 +00:00

remove trailing whitespace

This commit is contained in:
raylu 2011-07-21 23:16:17 -07:00
parent d139fab231
commit b13e7bfb0b
4 changed files with 5 additions and 5 deletions

View file

@ -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"