Skip to content

Commit

Permalink
fix: trailing spaces reported by ameba
Browse files Browse the repository at this point in the history
  • Loading branch information
drujensen committed Oct 27, 2023
1 parent a9af0f1 commit 24ddb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/granite/querying.cr
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ module Granite::Querying
# ```
def reload
{% if !@top_level.has_constant? "Spec" %}
raise "#reload is a convenience method for testing only, please use #find in your application code"
raise "#reload is a convenience method for testing only, please use #find in your application code"
{% end %}
self.class.find!(primary_key_value)
end
Expand Down

0 comments on commit 24ddb80

Please sign in to comment.