summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-21 12:34:59 -0700
committerTim Smith <tsmith@chef.io>2018-08-21 12:34:59 -0700
commita855daaae8d29c0330744dec52d4b58a656845e0 (patch)
treef7d4ff117b5bbe018f49194fccab8549ff954b36
parent12bd37c49c93239a9bff9330d61a269b6f081c49 (diff)
downloadohai-a855daaae8d29c0330744dec52d4b58a656845e0.tar.gz
Chefstyle fix
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/ohai/plugins/windows/network.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ohai/plugins/windows/network.rb b/lib/ohai/plugins/windows/network.rb
index ad1b74eb..a62ea597 100644
--- a/lib/ohai/plugins/windows/network.rb
+++ b/lib/ohai/plugins/windows/network.rb
@@ -54,7 +54,7 @@ Ohai.plugin(:Network) do
end
# Returns interface code for an interface
- #
+ #
# Interface Index (if present, Index otherwise) will be converted in hexadecimal format
#
# @param int_idx [String or nil] the interface index of interface
@@ -72,7 +72,7 @@ Ohai.plugin(:Network) do
end
# Returns IPV4 address from list of addresses containing IPV4 and IPV6 formats
- #
+ #
# @param addresses [Array<String>] List of addresses
#
# @return [String]