Skip to content

Commit fdfb9ff

Browse files
committed
Rustfmt formatting
1 parent 129af5a commit fdfb9ff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/github/match_args.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,12 @@ async fn match_pr_cmds(
485485
) -> Result<(), GitError> {
486486
match cmd {
487487
PRCommand::Open(open_cmd) => {
488-
let repository = open_cmd.repository.clone().unwrap_or_default().trim().to_owned();
488+
let repository = open_cmd
489+
.repository
490+
.clone()
491+
.unwrap_or_default()
492+
.trim()
493+
.to_owned();
489494
let merge = open_cmd.merge;
490495
let opts = CreatePrOptions {
491496
url: repository.clone(),

0 commit comments

Comments
 (0)