Some more style fixes

Signed-off-by: Alexandr Morozov <lk4d4math@gmail.com>
This commit is contained in:
Alexandr Morozov
2014-08-29 15:21:28 +04:00
parent 6eaac7d571
commit 114838cbda
6 changed files with 23 additions and 26 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ func (t *Table) WriteListTo(dst io.Writer) (n int64, err error) {
if _, err := dst.Write([]byte{','}); err != nil {
return -1, err
}
n += 1
n++
}
}
if _, err := dst.Write([]byte{']'}); err != nil {