1
0
mirror of https://github.com/google/gops.git synced 2025-02-19 19:59:55 +02:00

delete extra space

This commit is contained in:
Jaana Burcu Dogan 2016-11-07 17:44:13 -08:00
parent 35d68402c7
commit 4f1bed2a2a

View File

@ -94,7 +94,6 @@ func handle(conn net.Conn, msg []byte) error {
fmt.Fprintf(conn, "debug-gc: %v\n", s.DebugGC)
case signal.Version:
fmt.Fprintf(conn, "%v\n", runtime.Version())
}
return nil
}