Skip to content

Commit 488dd9b

Browse files
committed
fmt
1 parent 580fa0c commit 488dd9b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/tools/compiletest/src/common.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -448,10 +448,7 @@ impl Config {
448448
}
449449

450450
pub fn git_config(&self) -> GitConfig<'_> {
451-
GitConfig {
452-
git_repository: &self.git_repository,
453-
nightly_branch: &self.nightly_branch,
454-
}
451+
GitConfig { git_repository: &self.git_repository, nightly_branch: &self.nightly_branch }
455452
}
456453
}
457454

0 commit comments

Comments
 (0)