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
The following file is not auto-generated properly. Funny thing is that just four levels of indentation is auto-generated correctly, so it doesn't seem like an OBO bug:
$ cat nesting_5.rb
# encoding: utf-8
x = true
if x
if x
if x
if x
if x
puts 'indeed!'
puts 'make it so'
end
end
end
end
end
The text was updated successfully, but these errors were encountered:
The following file is not auto-generated properly. Funny thing is that just four levels of indentation is auto-generated correctly, so it doesn't seem like an OBO bug:
The text was updated successfully, but these errors were encountered: