Skip to content

Commit ed73c3a

Browse files
committed
Fix bad indentation
1 parent 851f89d commit ed73c3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

htmlreport/cppcheck-htmlreport

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ class CppCheckHandler(XmlContentHandler):
229229
'inconclusive': attributes['inconclusive']
230230
})
231231
except KeyError:
232-
self.errors.append({
232+
self.errors.append({
233233
'file': '',
234234
'line': 0,
235235
'id': attributes['id'],

0 commit comments

Comments
 (0)