[ruby/prism] Spacing in config.yml

https://github.com/ruby/prism/commit/983561988e
This commit is contained in:
Kevin Newton 2024-01-03 11:44:19 -05:00 committed by git
parent 06a65ce641
commit ca2a6b7d4d

View File

@ -1760,6 +1760,7 @@ nodes:
kind: IntegerBaseFlags
comment: |
Represents flag indicating the base of the integer
10 base decimal, value 10
0d10 base decimal, value 10
0b10 base binary, value 2