commands: Delete useless conversion

This commit is contained in:
bogem
2016-08-30 22:22:26 +05:00
committed by Bjørn Erik Pedersen
parent 2294b0226d
commit 60baec8005

View File

@@ -151,7 +151,7 @@ L:
} }
// append the actual content // append the actual content
buff.Write([]byte(p.Content())) buff.Write(p.Content())
return buff, nil return buff, nil
} }