Skip to content

Commit 65f298e

Browse files
committed
remove newline
1 parent 60f23fa commit 65f298e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

modules/howtos/examples/Import.csx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ public async Task importJSONL(string filename)
100100
{
101101
var record = (JObject)JToken.ReadFrom(jsonlReader);
102102
await upsertDocument(record);
103-
104103
}
105104
}
106105
}

0 commit comments

Comments
 (0)