Skip to content

Commit

Permalink
Adding a line that was removed by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfireman committed Aug 25, 2017
1 parent 3340617 commit 6fc5e09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions csv/table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func ExampleTable_Iter() {

func ExampleTable_Infer() {
tab, _ := New(StringSource("\"name\"\nfoo\nbar"), LoadHeaders())
tab.Infer()
iter, _ := tab.Iter()
for iter.Next() {
var data csvRow
Expand Down

0 comments on commit 6fc5e09

Please sign in to comment.