Skip to content

Commit 56d48a4

Browse files
committed
black
1 parent ee0a262 commit 56d48a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathics/builtin/assignment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def assign_elementary(self, lhs, rhs, evaluation, tags=None, upset=False):
7777
# f[x_]/; cond1 /; cond2 ...
7878
# is resumed to a single condition
7979
# f[x_]/; And[cond1, cond2, ...]
80-
condition = [lhs._leaves[1]]
80+
condition = [lhs._leaves[1]]
8181
lhs = lhs._leaves[0]
8282
name = lhs.get_head_name()
8383
while name == "System`Condition" and len(lhs.leaves) == 2:

0 commit comments

Comments
 (0)