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:
parent
31d033013e
commit
e991eda308
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ module OwlsValueGuide
|
||||||
include HTTParty
|
include HTTParty
|
||||||
|
|
||||||
ITEMDATA_URL_TEMPLATE = Addressable::Template.new(
|
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)
|
def self.find_by_name(item_name)
|
||||||
# Load the itemdata, pulling from the Rails cache if possible.
|
# Load the itemdata, pulling from the Rails cache if possible.
|
||||||
|
|
Loading…
Reference in a new issue