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. --- rows.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'rows.go') diff --git a/rows.go b/rows.go index 3d74b27..384ee7d 100644 --- a/rows.go +++ b/rows.go @@ -43,9 +43,8 @@ func readXMLSST(f *File) (xlsxSST, error) { return shardStrings, err } -// getValueFrom return a value from a column/row cell, -// this function is inteded to be used with for range on rows -// an argument with the xlsx opened file. +// getValueFrom return a value from a column/row cell, this function is inteded +// to be used with for range on rows an argument with the xlsx opened file. func (xlsx *xlsxC) getValueFrom(f *File) (string, error) { switch xlsx.T { case "s": -- cgit v1.2.1