Skip to content

Commit

Permalink
style: linters
Browse files Browse the repository at this point in the history
  • Loading branch information
Shi-Raida committed Nov 14, 2024
1 parent 3623aaf commit f63f8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planning/grpc/server/src/bin/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ impl SolverConfiguration {
},
"min_depth" | "min-depth" => {
self.min_depth = value.parse().context("Unreadable value for `min-depth`.)?")?
},
}
"max_depth" | "max-depth" => {
self.max_depth = value.parse().context("Unreadable value for `max-depth`.)?")?
}
Expand Down

0 comments on commit f63f8f9

Please sign in to comment.