Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Rennzie committed Oct 13, 2023
1 parent 1c88171 commit 3f1dea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inner_op/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mod tmerc;
mod webmerc;

#[rustfmt::skip]
const BUILTIN_OPERATORS: [(&str, OpConstructor); 25] = [
const BUILTIN_OPERATORS: [(&str, OpConstructor); 26] = [
("adapt", OpConstructor(adapt::new)),
("addone", OpConstructor(addone::new)),
("btmerc", OpConstructor(btmerc::new)),
Expand Down

0 comments on commit 3f1dea1

Please sign in to comment.