Skip to content

Commit 45e313f

Browse files
committed
alignment fixes
1 parent fbea07a commit 45e313f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/card_search_query_builder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class CardSearchQueryBuilder
110110
'restriction_id' => :unified_restrictions,
111111
's' => :card_subtypes,
112112
'universal_faction_cost' => :unified_restrictions,
113-
}
113+
}
114114

115115
def initialize(query)
116116
@query = query

lib/printing_search_query_builder.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def initialize(query)
229229
end
230230
constraints << '%s %s ?' % [@@term_to_field_map[keyword], operator]
231231
where << value
232-
elsif @@numeric_keywords.include?(keyword)
232+
elsif @@numeric_keywords.include?(keyword)
233233
if !value.match?(/\A\d+\Z/)
234234
@parse_error = 'Invalid value "%s" for integer field "%s"' % [value, keyword]
235235
return
@@ -259,7 +259,7 @@ def initialize(query)
259259
if @@term_to_left_join_map.include?(keyword)
260260
@left_joins << @@term_to_left_join_map[keyword]
261261
end
262-
end
262+
end
263263

264264
# bare/quoted words in the query are automatically mapped to stripped_title
265265
if f.include?(:string)

0 commit comments

Comments
 (0)