Skip to content

Commit d7d3017

Browse files
committed
fix: lint error
1 parent a050a4d commit d7d3017

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

crates/rustapi-core/src/app.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -516,12 +516,7 @@ impl RustApi {
516516
};
517517

518518
let entry = by_path.entry(path).or_default();
519-
entry.insert_boxed_with_operation(
520-
method_enum,
521-
handler,
522-
operation,
523-
component_registrar,
524-
);
519+
entry.insert_boxed_with_operation(method_enum, handler, operation, component_registrar);
525520
}
526521

527522
#[cfg(feature = "tracing")]

0 commit comments

Comments
 (0)