Improved code formating.
This commit is contained in:
parent
dd7ed8a7ba
commit
035c4c06e8
1 changed files with 2 additions and 2 deletions
|
@ -317,7 +317,7 @@ Your #{config.product_name} Team
|
||||||
location.each { |item|
|
location.each { |item|
|
||||||
current_location[item] = current[item]
|
current_location[item] = current[item]
|
||||||
}
|
}
|
||||||
|
|
||||||
# get full address
|
# get full address
|
||||||
next_location = {}
|
next_location = {}
|
||||||
location.each { |item|
|
location.each { |item|
|
||||||
|
@ -356,7 +356,7 @@ Your #{config.product_name} Team
|
||||||
end
|
end
|
||||||
|
|
||||||
def check_password
|
def check_password
|
||||||
|
|
||||||
# set old password again
|
# set old password again
|
||||||
if self.password == '' || !self.password
|
if self.password == '' || !self.password
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue