Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
math-fehr committed Jun 4, 2022
1 parent fc328b7 commit 3de15ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/xdsl/printer.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ def print_string(self, text) -> None:
self._current_column += len(lines[-1])
print(text, end='', file=self.stream)

def print_string(self, string: str) -> None:
self.print(string)

def _add_message_on_next_line(self, message: str, begin_pos: int,
end_pos: int):
"""Add a message that will be displayed on the next line."""
Expand Down

0 comments on commit 3de15ba

Please sign in to comment.