sorawee / fmt

A code formatter for Racket
Other
72 stars 6 forks source link

`raco fmt` adds `;` before shebang #35

Closed gussmith23 closed 2 years ago

gussmith23 commented 2 years ago

Minimal example:

tmp.rkt:

#!/usr/bin/racket

raco fmt tmp.rkt:

;#!/usr/bin/racket
sorawee commented 2 years ago

Thanks for the report, Gus! This is a duplicate of #31, which is already fixed. You can upgrade to the latest version with raco pkg update fmt.