Skip to content

Commit

Permalink
Hound style enforcement
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie authored and pablobm committed Jun 28, 2022
1 parent 2b68130 commit 4de073d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/administrate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def self.warn_of_deprecated_method(klass, method)
"If you are seeing this message you are probably " +
"using a dashboard that depends explicitly on it. " +
"Please make sure you update it to a version that " +
"does not use a deprecated API"
"does not use a deprecated API",
)
end
end

0 comments on commit 4de073d

Please sign in to comment.