Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Indentation fix
  • Loading branch information
nyalldawson committed Jan 13, 2016
1 parent 3d44e1f commit 184db1a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,4 +29,4 @@
counts[clazz] += 1

for c in counts:
writer.addRecord(list(c) + [counts[c]])
writer.addRecord(list(c) + [counts[c]])

0 comments on commit 184db1a

Please sign in to comment.