### Description Just a small thing I noticed while packaging stuff for Nixpkgs. ### Small example input ``` [ "hello" ] ``` ### Expected output ``` [ "hello" ] ``` ### Actual output after first formatting ``` [ "hello" ] ``` then after formatting again, it gives the correct ``` [ "hello" ] ```
Description
Just a small thing I noticed while packaging stuff for Nixpkgs.
Small example input
Expected output
Actual output
after first formatting
then after formatting again, it gives the correct