Skip to content

Commit

Permalink
Remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Nov 27, 2024
1 parent 47cb339 commit 51d9a32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/chia_dialect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ impl Dialect for ChiaDialect {
return unknown_operator(allocator, o, argument_list, flags, max_cost);
}
};

return f(allocator, argument_list, max_cost);
}
if op_len != 1 {
Expand Down

0 comments on commit 51d9a32

Please sign in to comment.