Skip to content

Commit fcde5ff

Browse files
committed
rustfmt
1 parent 8ecab23 commit fcde5ff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/dist/component/package.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ impl DirectoryPackage {
4444

4545
let content = utils::read_file("package components", &path.join("components"))?;
4646
let components = content.lines().map(|l| l.to_owned()).collect();
47-
Ok(DirectoryPackage { path, components, copy })
47+
Ok(DirectoryPackage {
48+
path,
49+
components,
50+
copy,
51+
})
4852
}
4953
}
5054

0 commit comments

Comments
 (0)