From 52796f6e58e95145e2964d0d313a2f721dcc040e Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Wed, 18 Jan 2017 16:05:01 +0800 Subject: Format commants, break comments after 80 characters. --- col.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'col.go') diff --git a/col.go b/col.go index dbe004d..7b583c5 100644 --- a/col.go +++ b/col.go @@ -5,8 +5,8 @@ import ( "strings" ) -// SetColWidth provides function to set the width of a single column or multiple columns. -// For example: +// SetColWidth provides function to set the width of a single column or multiple +// columns. For example: // // xlsx := excelize.CreateFile() // xlsx.SetColWidth("Sheet1", "A", "H", 20) -- cgit v1.2.1