Skip to content

Commit 1882812

Browse files
committed
rustfmt
1 parent 0f71766 commit 1882812

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/archive.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ impl Archive {
117117
Ok(Archive { transport })
118118
}
119119

120-
121120
pub async fn band_exists(&self, band_id: BandId) -> Result<bool> {
122121
self.transport()
123122
.is_file(&format!("{}/{}", band_id, crate::BAND_HEAD_FILENAME))

0 commit comments

Comments
 (0)