Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
faif committed May 10, 2015
1 parent cf4b435 commit 07fe6ec
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 07fe6ec

Please sign in to comment.