Skip to content

Commit

Permalink
Corrected some indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Moate committed Jun 14, 2018
1 parent e9506a9 commit b2da0e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions squid/python_modules/squid.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def metric_init(params):
'keys': [
'HTTP Requests (All)'
],
'match': '[0-9.]+\s+([0-9.]+)'
'match': '[0-9.]+\s+([0-9.]+)'
},
cacheHttpMissSvcTime_5 = {
'description': 'HTTP miss service time - 5 min',
Expand All @@ -349,7 +349,7 @@ def metric_init(params):
'keys': [
'Cache Misses'
],
'match': '[0-9.]+\s+([0-9.]+)'
'match': '[0-9.]+\s+([0-9.]+)'
},
cacheHttpNmSvcTime_5 = {
'description': 'HTTP hit not-modified service time - 5 min',
Expand Down

0 comments on commit b2da0e5

Please sign in to comment.