chore(go): break long line
This commit is contained in:
parent
1b361e5146
commit
47e8d225fb
@ -53,7 +53,12 @@ func isNonEmptyMatrix(strmatrix [][]string) bool {
|
||||
cols := len(v)
|
||||
|
||||
if cols != initCols {
|
||||
log.Printf("notamatrix: all rows until now were of '%d' columns\noffending row: #%d, size: %d", initCols, i, cols)
|
||||
log.Printf(
|
||||
"notamatrix: all rows until now were of '%d' columns\n"+
|
||||
"offending row: #%d, size: %d",
|
||||
initCols, i, cols,
|
||||
)
|
||||
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user