mirror of https://github.com/fredrikekre/Runic.jl
Browse Source
This patch removes an assertion about whitespace after the `function` keyword in the indent pass. The core issue is the `is_longform_anon_function` predicate which is wrong for the testcases, but the assert is not needed since we can just use the next non-whitespace noce as the signature in all cases. Fixes #109.pull/110/head
2 changed files with 6 additions and 12 deletions
Loading…
Reference in new issue