Originally reported in https://github.com/fables-tales/rubyfmt/issues/915 **Commit:** [`95210d7`](https://github.com/fables-tales/rubyfmt/commit/95210d780317a4920ac6aae9c0a7d5730c0739d1) #### Input [→ View on rubyfmt.run](https://rubyfmt.run/#cHJvYyB7IHxwcm9jZXNzfAp9Cg==) ```ruby proc { |process| } ``` #### Output [→ View on rubyfmt.run](https://rubyfmt.run/#cHJvYyB7IHxwcm9jZXNzfH0K) ```ruby proc { |process|} ``` #### Second Output ```ruby proc { |process| } ``` #### Expected behavior The output should be stable. Found in: eventmachine 1.2.7 (`tests/test_processes.rb`)
Originally reported in #915
Commit:
95210d7Input
→ View on rubyfmt.run
Output
→ View on rubyfmt.run
Second Output
Expected behavior
The output should be stable.
Found in: eventmachine 1.2.7 (
tests/test_processes.rb)