Skip to content

Commit

Permalink
Merge pull request faif#83 from bitrainbow/patch-1
Browse files Browse the repository at this point in the history
Indent error
  • Loading branch information
faif committed May 5, 2015
2 parents a47b5bd + e43f9af commit 1799a8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ def execute(self):
print(self.name)


def execute_replacement1(self):
print(self.name + ' from execute 1')
def execute_replacement1(self):
print(self.name + ' from execute 1')


def execute_replacement2(self):
print(self.name + ' from execute 2')
def execute_replacement2(self):
print(self.name + ' from execute 2')


if __name__ == '__main__':
Expand Down

0 comments on commit 1799a8f

Please sign in to comment.