Skip to content

Commit 6f4ba8e

Browse files
committed
Remove extra blank lines to comply with RuboCop guidelines
- Removed unnecessary blank lines detected by `Layout/EmptyLines`.
1 parent 6918b79 commit 6f4ba8e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_radcli.rb

-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
adconn.set_login_ccache_name("")
2323
res = adconn.connect
2424

25-
2625
# Delete the computer accounts object
2726
enroll = Adcli::AdEnroll.new(adconn)
2827
enroll.set_computer_name("server1")
@@ -47,7 +46,6 @@
4746
enroll.set_computer_name("server1")
4847
enroll.delete()
4948

50-
5149
# Create a computer account object in specific OU
5250
enroll = Adcli::AdEnroll.new(adconn)
5351
enroll.set_domain_ou('OU=Computers,OU=Foobar,DC=example,DC=com')

0 commit comments

Comments
 (0)