From 0feeaf5e71ec8660d40ffff2d06e39d9f4b5dd0a Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Sat, 25 Jan 2025 16:35:22 -0500 Subject: Misc rust formatting --- rust/src/collaboration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/collaboration.rs') diff --git a/rust/src/collaboration.rs b/rust/src/collaboration.rs index e173afaa..c9067762 100644 --- a/rust/src/collaboration.rs +++ b/rust/src/collaboration.rs @@ -37,7 +37,7 @@ use crate::string::{BnStrCompatible, BnString}; // TODO: the data because they have a greater understanding of where the function is being called from. /// Check whether the client has collaboration support. -/// +/// /// Call this if you intend on providing divergent behavior, as otherwise you will likely /// crash calling collaboration APIs on unsupported builds of Binary Ninja. pub fn has_collaboration_support() -> bool { -- cgit v1.3.1