Skip to content

Commit

Permalink
Fix style offense
Browse files Browse the repository at this point in the history
  • Loading branch information
rbanffy committed Feb 16, 2018
1 parent 210e250 commit e55ddcd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions resources/dcos_user.rb
Expand Up @@ -32,9 +32,7 @@
load_current_value do
z = Zookeeper.new(zk_host)
user_node = z.get(path: "/dcos/users/#{email}")
if user_node[:rc] == ZOK
email user_node[:data]
end
email user_node[:data] if user_node[:rc] == ZOK
end

action :create do
Expand Down

0 comments on commit e55ddcd

Please sign in to comment.