Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only remove -spec/-type from first line (#1894)
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.
- Loading branch information