Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Nov 9, 2023
1 parent 580fa0c commit 488dd9b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/tools/compiletest/src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -448,10 +448,7 @@ impl Config {
}

pub fn git_config(&self) -> GitConfig<'_> {
GitConfig {
git_repository: &self.git_repository,
nightly_branch: &self.nightly_branch,
}
GitConfig { git_repository: &self.git_repository, nightly_branch: &self.nightly_branch }
}
}

Expand Down

0 comments on commit 488dd9b

Please sign in to comment.