Skip to content

Commit 7924667

Browse files
committed
appease alignists
1 parent 62ee4ed commit 7924667

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/auxiliary/scanner/openvas/openvas_omp_login.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ def initialize
1313
super(
1414
'Name' => 'OpenVAS OMP Login Utility',
1515
'Description' => 'This module attempts to authenticate to an OpenVAS OMP service.',
16-
'Author' => [ 'Vlatko Kosturjak <kost[at]linux.hr>' ],
17-
'License' => MSF_LICENSE
16+
'Author' => [ 'Vlatko Kosturjak <kost[at]linux.hr>' ],
17+
'License' => MSF_LICENSE
1818
)
1919
register_options(
2020
[

modules/auxiliary/scanner/openvas/openvas_otp_login.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ def initialize
1313
super(
1414
'Name' => 'OpenVAS OTP Login Utility',
1515
'Description' => 'This module attempts to authenticate to an OpenVAS OTP service.',
16-
'Author' => [ 'Vlatko Kosturjak <kost[at]linux.hr>' ],
17-
'License' => MSF_LICENSE
16+
'Author' => [ 'Vlatko Kosturjak <kost[at]linux.hr>' ],
17+
'License' => MSF_LICENSE
1818
)
1919
register_options(
2020
[

0 commit comments

Comments
 (0)