Skip to content

Commit 0a313a1

Browse files
committed
fix whitespace
1 parent 874e72b commit 0a313a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/actions/deployment_create.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ def validate_quota!(message, app)
179179
# Quotas wont get checked unless the process is started
180180
current_web_process.state = ProcessModel::STARTED
181181
current_web_process.validate
182+
182183
raise Sequel::ValidationFailed.new(current_web_process) unless current_web_process.valid?
183184

184185
current_web_process.reload

0 commit comments

Comments
 (0)