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
As discussed here, that seems to be because fmt thinks (module . rest) is a normal module form and . is the module's name. The issue isn't specific to module; it probably affects all uses of dotted pairs.
The text was updated successfully, but these errors were encountered:
This code:
Is currently reformatted by
fmt
to this:As discussed here, that seems to be because
fmt
thinks(module . rest)
is a normalmodule
form and.
is the module's name. The issue isn't specific tomodule
; it probably affects all uses of dotted pairs.The text was updated successfully, but these errors were encountered: