Skip to content

Commit

Permalink
fix typo ;
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Jun 17, 2016
1 parent 4ad1236 commit eff43d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stetl/filters/xmlelementreader.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,4 @@ def process_xml(self, packet):
packet.format = self._output_format
packet = self.next.process(packet)

return packet;

return packet

0 comments on commit eff43d3

Please sign in to comment.