Fix minor indentation inconsistency

I recently tweaked my editor settings to make stuff like this more
obvious lol, but those are spaces in tab-indented file
This commit is contained in:
Emi Matchu 2024-02-18 20:41:42 -08:00
parent 31d033013e
commit e991eda308

View file

@ -2,8 +2,8 @@ module OwlsValueGuide
include HTTParty
ITEMDATA_URL_TEMPLATE = Addressable::Template.new(
"https://neo-owls.net/itemdata/{item_name}"
)
"https://neo-owls.net/itemdata/{item_name}"
)
def self.find_by_name(item_name)
# Load the itemdata, pulling from the Rails cache if possible.