Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle committed Sep 28, 2023
1 parent 45636cd commit 20a1dde
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions common/src/config_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,5 @@ where
.build()
.map_err(&config_error_handler)?;

config_store
.try_deserialize()
.map_err(config_error_handler)
config_store.try_deserialize().map_err(config_error_handler)
}

0 comments on commit 20a1dde

Please sign in to comment.