cleanup indentation of ruby files

This commit is contained in:
Emil Tin 2013-09-18 08:16:19 +02:00
parent a178555838
commit 6470838065
10 changed files with 40 additions and 45 deletions

View File

@ -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

View File

@ -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

View File

@ -63,5 +63,3 @@ end
def log_preprocess_done def log_preprocess_done
end end