Skip to content

Commit 4d9a75a

Browse files
committed
correct alignment
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
1 parent f22c1ad commit 4d9a75a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

libraries/ssh_crypto.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ def valid_kexs
8383
# https://packages.ubuntu.com/search?keywords=openssh-server
8484
when 'ubuntu'
8585
kex = if inspec.os[:release][0, 2] >= '22'
86-
kex85
87-
elsif inspec.os[:release][0, 2] >= '19'
88-
kex80
89-
else
90-
kex66
91-
end
86+
kex85
87+
elsif inspec.os[:release][0, 2] >= '19'
88+
kex80
89+
else
90+
kex66
91+
end
9292
# https://packages.debian.org/search?keywords=openssh-server
9393
when 'debian'
9494
case inspec.os[:release]

0 commit comments

Comments
 (0)