mirror of https://github.com/fluffle/goirc
gofix's formatting pointed out this space
This commit is contained in:
parent
114b31f3c7
commit
f6a130d82d
|
@ -69,7 +69,7 @@ func handlePrivmsg(conn *irc.Conn, line *irc.Line) {
|
|||
cutoff := runtime.FuncForPC(reflect.ValueOf(handlePrivmsg).Pointer()).Entry()
|
||||
for _, pc := range callers {
|
||||
function := runtime.FuncForPC(pc - 1)
|
||||
if function.Entry() == cutoff{
|
||||
if function.Entry() == cutoff {
|
||||
break
|
||||
}
|
||||
file, line := function.FileLine(pc - 1)
|
||||
|
|
Loading…
Reference in New Issue