1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

⚠️ mismatched indentations at 'end' with 'unless'

This commit is contained in:
Akira Matsuda 2016-01-24 23:10:45 +09:00
parent 75b199753c
commit bd2178f115
2 changed files with 4 additions and 4 deletions

View file

@ -19,8 +19,8 @@ class Downloader
target.write l
end
end
end
end
end
end
end
end

View file

@ -20,8 +20,8 @@ class Downloader
target.write l
end
end
end
end
end
end
end
end