Skip to content

Commit 32005c1

Browse files
committed
Fix schema indentation and config method spacing
1 parent 6b6ffb6 commit 32005c1

File tree

8 files changed

+1151
-1150
lines changed

8 files changed

+1151
-1150
lines changed

lib/cloud_controller/config.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def load_from_file(file_name, context: :api, secrets_hash: {})
2828
def config
2929
@instance
3030
end
31+
3132
def schema_class_for_context(context, _config)
3233
const_get("VCAP::CloudController::ConfigSchemas::#{context.to_s.camelize}Schema")
3334
end

0 commit comments

Comments
 (0)