Skip to content

Commit c2ad7ea

Browse files
committed
[Rust] Fix a pre-existing formatting issue
CI is complaining about it.
1 parent 3c0adf5 commit c2ad7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/metadata.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ impl Metadata {
239239
};
240240
map.insert(key, value);
241241
}
242-
242+
243243
unsafe { BNFreeMetadataValueStore(ptr) };
244244

245245
Ok(map)

0 commit comments

Comments
 (0)