Skip to content

Commit

Permalink
Removes return of the assignment operation for resource.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiotto committed Oct 23, 2017
1 parent d8c8d86 commit 8ef47ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/oneview-sdk/resource.rb
Expand Up @@ -133,7 +133,6 @@ def [](key)
# @return The value set for the given key
def []=(key, value)
set(key, value)
# value
end

# Check equality of 2 resources. Same as eql?(other)
Expand Down

0 comments on commit 8ef47ff

Please sign in to comment.