Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
johejo committed Mar 3, 2021
1 parent ed94447 commit 9a79970
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions table.go
Original file line number Diff line number Diff line change
Expand Up @@ -380,11 +380,10 @@ func (t *Table) SetStructs(v interface{}) error {
rows[j] = s.String()
continue
}
rows[j] = fmt.Sprint(f)
} else {
rows[j] = "nil"
continue
}
rows[j] = fmt.Sprint(f)
}
t.Append(rows)
}
Expand Down

0 comments on commit 9a79970

Please sign in to comment.