Skip to content

Commit 753885c

Browse files
committed
trim leading spaces in Pending info_name
1 parent 28cab16 commit 753885c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/info.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ impl Info {
557557
result = format!("{} {}-", result, deleted);
558558
}
559559

560-
Ok(result.into())
560+
Ok(result.trim().into())
561561
}
562562
}
563563

0 commit comments

Comments
 (0)