From fcfa70c7b00bb5ec2b52eac96cc6d1bc98b6dfe8 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 25 Feb 2025 19:57:30 -0500 Subject: Misc Rust formatting --- rust/src/headless.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src') diff --git a/rust/src/headless.rs b/rust/src/headless.rs index 9b9f68fc..ce65f54d 100644 --- a/rust/src/headless.rs +++ b/rust/src/headless.rs @@ -256,7 +256,7 @@ pub enum LicenseLocation { /// The license used when initializing will be the file in the Binary Ninja user directory. File, /// The license is retrieved using keychain credentials for `BN_ENTERPRISE_USERNAME`. - Keychain + Keychain, } /// Attempts to identify the license location type, this follows the same order as core initialization. -- cgit v1.3.1