Consistent spacing

Temporarily… because there are 2 kinds of Ruby developers, those who
indent methods under `private` and does who don’t

https://gist.github.com/joefiorini/1049083#gistcomment-37692
This commit is contained in:
rgarcia
2018-03-22 21:29:19 +01:00
parent 24fc2f9199
commit 0398bb23cb

View File

@@ -16,9 +16,9 @@ class Budget
private
def generate_slug?
slug.nil? || budget.drafting?
end
def generate_slug?
slug.nil? || budget.drafting?
end
end
end