Skip to content

Commit a688a3b

Browse files
author
Saiteja Kura
committed
fix
1 parent 0ee494a commit a688a3b

File tree

1 file changed

+1
-1
lines changed
  • src/cargo/ops/cargo_package

1 file changed

+1
-1
lines changed

src/cargo/ops/cargo_package/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pub enum PackageMessageFormat {
5252
Human,
5353
Json,
5454
}
55-
55+
5656
impl PackageMessageFormat {
5757
pub const POSSIBLE_VALUES: [&str; 2] = ["human", "json"];
5858

0 commit comments

Comments
 (0)