Skip to content

Commit e745288

Browse files
committed
Remove trailing whitespaces
1 parent ab117cc commit e745288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arguments/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def delete_from_playbook(self, stackoverflow_object, question_id):
129129
os.system('cls' if os.name == 'nt' else 'clear')
130130
self = Playbook()
131131
self.display_panel()
132-
132+
133133
def display_panel(self):
134134
playbook_data = self.playbook_content
135135
if(len(playbook_data['items_stackoverflow']) == 0):

0 commit comments

Comments
 (0)