Skip to content

Commit

Permalink
fix rogue space
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubobubobubobubo committed Jun 11, 2023
1 parent 1405a13 commit 49742e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sardine_core/sequences/sardine_parser/tree_calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ def function_call(self, func_name, *args):
"beat": self.library.beat, # OK
"obar": self.library.oddbar, # OK
"modbar": self.library.modbar, # OK
"ebar": self.library.evenbar, # OK
"ebar": self.library.evenbar, # OK
"every": self.library.every, # OK
"maybe": self.library.proba, # OK
"dice": self.library.dice, # OK
Expand Down

0 comments on commit 49742e1

Please sign in to comment.