Skip to content

Commit 049f773

Browse files
committed
style: remove extra blank line
1 parent c54ab27 commit 049f773

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/workspace.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ pub struct MemberDep {
2828
pub(crate) const DEP_SECTIONS: [&str; 3] =
2929
["dependencies", "dev-dependencies", "build-dependencies"];
3030

31-
3231
pub(crate) fn read_manifest(path: &Path) -> Result<DocumentMut, String> {
3332
let content = std::fs::read_to_string(path)
3433
.map_err(|e| format!("Failed to read {}: {e}", path.display()))?;

0 commit comments

Comments
 (0)