Skip to content

Commit ae66a01

Browse files
committed
Reformat
1 parent 224cb99 commit ae66a01

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/cargo/core/workspace.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,9 @@ impl<'cfg> Workspace<'cfg> {
159159
ws.root_manifest = ws.find_root(manifest_path)?;
160160
}
161161

162-
ws.custom_metadata = ws.load_workspace_config()?.and_then(|cfg| cfg.custom_metadata);
162+
ws.custom_metadata = ws
163+
.load_workspace_config()?
164+
.and_then(|cfg| cfg.custom_metadata);
163165
ws.find_members()?;
164166
ws.resolve_behavior = match ws.root_maybe() {
165167
MaybePackage::Package(p) => p.manifest().resolve_behavior(),

0 commit comments

Comments
 (0)