Skip to content

Commit ddd5c83

Browse files
committed
rust fmt
1 parent 72457ef commit ddd5c83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cargo/ops/registry.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ pub fn publish(ws: &Workspace<'_>, opts: &PublishOpts<'_>) -> CargoResult<()> {
168168
cli_features: cli_features,
169169
},
170170
)?
171-
.unwrap();
171+
.unwrap();
172172

173173
opts.config
174174
.shell()
@@ -262,7 +262,7 @@ fn transmit(
262262
DepKind::Build => "build",
263263
DepKind::Development => "dev",
264264
}
265-
.to_string(),
265+
.to_string(),
266266
registry: dep_registry,
267267
explicit_name_in_toml: dep.explicit_name_in_toml().map(|s| s.to_string()),
268268
})

0 commit comments

Comments
 (0)