Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Minor style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrowning committed Jun 6, 2016
1 parent cc1bbbc commit d72b436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Expand Up @@ -25,7 +25,7 @@ Metrics/CyclomaticComplexity:
Max: 10

Metrics/LineLength:
Max: 110
Max: 115

Metrics/MethodLength:
Max: 40
Expand Down
2 changes: 1 addition & 1 deletion core/lib/torquebox-core.rb
Expand Up @@ -46,7 +46,7 @@ def list

class << self
def in_wildfly?
org.projectodd.wunderboss.WunderBoss.inWildFly()
org.projectodd.wunderboss.WunderBoss.inWildFly
end
end
end
Expand Down

0 comments on commit d72b436

Please sign in to comment.