Skip to content

Commit c41e886

Browse files
committed
fix indention issue
Signed-off-by: hwassman <[email protected]>
1 parent f0bdd3b commit c41e886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/prometheus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def GET(self, **params):
154154
raise cherrypy.HTTPError(400, MSG[400])
155155

156156
if self.endpoints and self.endpoints.get(cherrypy.request.script_name,
157-
None):
157+
None):
158158
sensor = self.endpoints[cherrypy.request.script_name]
159159
resp = self.metrics([sensor])
160160
cherrypy.response.headers['Content-Type'] = 'text/plain'

0 commit comments

Comments
 (0)