Run 'gofmt -w -s' on sources
diff --git a/colwriter/column_test.go b/colwriter/column_test.go
index 8d0bf8f..ce388f5 100644
--- a/colwriter/column_test.go
+++ b/colwriter/column_test.go
@@ -36,7 +36,7 @@
 windows.go
 `[1:]
 
-var tests = []struct{
+var tests = []struct {
 	wid  int
 	flag uint
 	src  string
diff --git a/wrap.go b/wrap.go
index ca88565..1c85cd2 100755
--- a/wrap.go
+++ b/wrap.go
@@ -31,7 +31,7 @@
 
 // WrapWords is the low-level line-breaking algorithm, useful if you need more
 // control over the details of the text wrapping process. For most uses, either
-// Wrap or WrapBytes will be sufficient and more convenient. 
+// Wrap or WrapBytes will be sufficient and more convenient.
 //
 // WrapWords splits a list of words into lines with minimal "raggedness",
 // treating each byte as one unit, accounting for spc units between adjacent