Commit 05d4658b authored by Sašo Stanovnik's avatar Sašo Stanovnik

Use 2 spaces for indentation, not 4.

parent 455a4fe9
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment