summaryrefslogtreecommitdiff
path: root/rust/src
diff options
context:
space:
mode:
authorMark Rowe <mrowe@bdash.net.nz>2025-05-03 23:19:08 -0700
committerMason Reed <35282038+emesare@users.noreply.github.com>2025-05-04 21:20:00 -0400
commit178887ba4d503838c444a0c976ac5538117fd2fb (patch)
treee7a944e43e2c3839e9610707646dbd60696ab7a6 /rust/src
parent9bd1a1c5d54f46e250274538e8faee23d5520a88 (diff)
[Rust] Fix a pre-existing formatting issue
CI is complaining about it.
Diffstat (limited to 'rust/src')
-rw-r--r--rust/src/metadata.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/metadata.rs b/rust/src/metadata.rs
index bdb9a88f..fc935cd5 100644
--- a/rust/src/metadata.rs
+++ b/rust/src/metadata.rs
@@ -239,7 +239,7 @@ impl Metadata {
};
map.insert(key, value);
}
-
+
unsafe { BNFreeMetadataValueStore(ptr) };
Ok(map)