Skip to content

Commit 003e561

Browse files
committed
Clippy lint
1 parent 47fc836 commit 003e561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handle.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ impl Handle {
6969
if self.is_valid_id() {
7070
H5Idec_ref(self.id());
7171
}
72-
})
72+
});
7373
}
7474

7575
/// Returns `true` if the object has a valid unlocked identifier (`false` for pre-defined

0 commit comments

Comments
 (0)