Use 2 spaces for indentation, not 4.

This commit is contained in:
Sašo Stanovnik 2015-03-24 00:49:30 +01:00
parent 455a4fe91a
commit 05d4658b32
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class Key < ActiveRecord::Base
out, _ = version_output.scan /.*?(\d)\.(\d).*?,/
major, minor = out[0], out[1]
if major.to_i > 6 or (major.to_i == 6 and minor.to_i >= 8)
explicit_fingerprint_algorithm = true
explicit_fingerprint_algorithm = true
end
end