andialbrecht / sqlparse

A non-validating SQL parser module for Python
BSD 3-Clause "New" or "Revised" License
3.76k stars 700 forks source link

sqlformat mangles newlines at end of file #637

Open jidanni opened 3 years ago

jidanni commented 3 years ago

sqlformat mangles newlines at end of file

# aptitude install sqlformat
# set stations.sql && sqlformat $@ | diff $@ -
17c17
< LIMIT 222;
---
> LIMIT 222;
\ No newline at end of file
# sqlformat --version
0.4.1