Skip to content

Commit 6e288fd

Browse files
committed
Remove a write of empty string
1 parent a2d9b6d commit 6e288fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/imports.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ impl fmt::Display for UseTree {
225225
write!(f, "::")?;
226226
}
227227
}
228-
write!(f, "")
228+
Ok(())
229229
}
230230
}
231231

0 commit comments

Comments
 (0)