Skip to content

Commit 6b8c7cb

Browse files
author
jvazquez-r7
committed
Omit parentheses for method call with no args
1 parent c04e6b2 commit 6b8c7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/windows/manage/portproxy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def ipv6_installed()
9292
end
9393

9494
def check_ipv6
95-
if ipv6_installed()
95+
if ipv6_installed
9696
print_status("IPv6 is already installed.")
9797
return true
9898
elsif not datastore['IPV6_XP']

0 commit comments

Comments
 (0)