You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignore the fact that true could fit on one line -- the real code is a condition long enough to require line breaks to fit.
It's worth noting that part of me was also surprised that shfmt doesn't emit if [[ true ]] -- but that's separate to the issue of a trailing whitespace.
The text was updated successfully, but these errors were encountered:
Input
Expected
Actual
Note the trailing whitespace after the
[[
Repro command
Additional Information
Ignore the fact that
true
could fit on one line -- the real code is a condition long enough to require line breaks to fit.It's worth noting that part of me was also surprised that shfmt doesn't emit
if [[ true ]]
-- but that's separate to the issue of a trailing whitespace.The text was updated successfully, but these errors were encountered: