cleanup indentation of ruby files
This commit is contained in:
parent
a178555838
commit
6470838065
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
class FuzzyMatch
|
class FuzzyMatch
|
||||||
|
|
||||||
def self.match got, want
|
def self.match got, want
|
||||||
@ -31,4 +30,3 @@ class FuzzyMatch
|
|||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -47,4 +47,3 @@ end
|
|||||||
def fingerprint
|
def fingerprint
|
||||||
@fingerprint ||= Digest::SHA1.hexdigest "#{bin_extract_hash}-#{bin_prepare_hash}-#{bin_routed_hash}-#{profile_hash}-#{lua_lib_hash}-#{osm_hash}"
|
@fingerprint ||= Digest::SHA1.hexdigest "#{bin_extract_hash}-#{bin_prepare_hash}-#{bin_routed_hash}-#{profile_hash}-#{lua_lib_hash}-#{osm_hash}"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -63,5 +63,3 @@ end
|
|||||||
|
|
||||||
def log_preprocess_done
|
def log_preprocess_done
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user