Skip to content

Commit

Permalink
fix: add missing derive
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Nov 19, 2024
1 parent 3c36534 commit 8f8e643
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/katana/cli/src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ pub struct MetricsOptions {
pub metrics_port: u16,
}

#[cfg(feature = "server")]
impl Default for MetricsOptions {
fn default() -> Self {
MetricsOptions {
Expand Down

0 comments on commit 8f8e643

Please sign in to comment.