Skip to content

Commit 84ae15a

Browse files
author
Paul Tagliamonte
committed
indent is broken
1 parent df7571b commit 84ae15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/openstates/md_cttys

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ from sunlight import openstates
77

88
md_cttys = openstates.committees( state='md', chamber='upper' )
99
for ctty in md_cttys:
10-
print( "%s (%s)" % ( ctty['committee'], ctty['chamber'] ))
10+
print( "%s (%s)" % ( ctty['committee'], ctty['chamber'] ))

0 commit comments

Comments
 (0)