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
Before this change a spec looking like this:
```
-spec foo(integer()) -> ok;
(atom()) -> ok.
```
would be transformed to:
```
-spec foo(integer()) -> ok;
(atom()) -> ok.
```
that is the second clause would be indented incorrectly.
0 commit comments