Skip to content

Commit b2e17c6

Browse files
committed
style: formatting
1 parent 9e129d2 commit b2e17c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Parse.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,7 @@ end
355355
func (+, -, *) &&
356356
(
357357
op_idx = findfirst(
358-
op -> op == func || declare_operator_alias(op, Val(2)) == func,
359-
operators[2],
358+
op -> op == func || declare_operator_alias(op, Val(2)) == func, operators[2]
360359
);
361360
!isnothing(op_idx)
362361
)

0 commit comments

Comments
 (0)