Skip to content

Commit

Permalink
Redo styling
Browse files Browse the repository at this point in the history
  • Loading branch information
fdw committed May 29, 2024
1 parent 8524f39 commit cc99524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/picker/mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,6 @@ def choose_action(self, state: State) -> None:

def execute_actions(self, state: State) -> Optional[str]:
save_recent_characters(state.processed_characters, self.args.max_recent, self.args.files)
execute_action(state.processed_characters, state.actions, '')
execute_action(state.processed_characters, state.actions, "")
state.step += 1
return

0 comments on commit cc99524

Please sign in to comment.