Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Feb 25, 2014
1 parent 60cb5bc commit 9e58887
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vpoller/helpers/zabbix.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ def zabbix_counter_value(self):
"""
for v in self.data['result']:
if not v['instance']: return v['value']
if not v['instance']:
return v['value']

def zabbix_lld_data(self):
"""
Expand Down

0 comments on commit 9e58887

Please sign in to comment.