gitdagray / csv-to-sql-insert

Provide table data as a CSV (comma-separated values) file and output a SQL insert statement for a table with the same name as the file.
MIT License
99 stars 120 forks source link

Add empty line between import statement and function. #71

Open saeedrila opened 8 months ago

saeedrila commented 8 months ago

Hi,

To improve readability, I have added empty line between import statement and function, added ';' after import statement, removed extra space in import statement, etc.

This is my first 'issue' creation, feel free to correct me if I am on the wrong way.

Thank you for your support!