Use 2 spaces for indentation, not 4.
This commit is contained in:
parent
455a4fe91a
commit
05d4658b32
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue