Skip to content

Commit

Permalink
Fixed merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasge committed Oct 8, 2023
1 parent 6653625 commit 99b5f5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions atuin/src/command/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ impl Cmd {

tracing::trace!(command = ?self, "server command");

let settings = Settings::new().wrap_err("could not load server settings")?;

match self {
Self::Start { host, port } => {
let settings = Settings::new().wrap_err("could not load server settings")?;
Expand Down

0 comments on commit 99b5f5d

Please sign in to comment.