Fix bad indentation
This commit is contained in:
parent
851f89d15f
commit
ed73c3a026
|
@ -229,7 +229,7 @@ class CppCheckHandler(XmlContentHandler):
|
|||
'inconclusive': attributes['inconclusive']
|
||||
})
|
||||
except KeyError:
|
||||
self.errors.append({
|
||||
self.errors.append({
|
||||
'file': '',
|
||||
'line': 0,
|
||||
'id': attributes['id'],
|
||||
|
|
Loading…
Reference in New Issue