Skip to content

Commit

Permalink
Merge torrust#450: Fix clippy linting error torrust#449
Browse files Browse the repository at this point in the history
1d5c8c0 refactor: [torrust#449] fix clippy linting error (Mario)

Pull request description:

  Fixes torrust#449.

ACKs for top commit:
  josecelano:
    ACK 1d5c8c0

Tree-SHA512: e0b8c40d4afddaa60dd562cfddc96f8d808f17d4b6c657c7c243e31594de7c61fb9fdc9cc760526e98c4a68f3201840e327be6203121ea799cdb8e7d8c8696bf
  • Loading branch information
josecelano committed Jan 31, 2024
2 parents 9c4b5f0 + 1d5c8c0 commit 17f2364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/environment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl TestEnv {
/// Returns the server starting settings if the servers was already started.
/// We do not know the settings until we start the server.
pub fn server_settings(&self) -> Option<Settings> {
self.starting_settings.as_ref().cloned()
self.starting_settings.clone()
}

/// Provides the API server socket address.
Expand Down

0 comments on commit 17f2364

Please sign in to comment.