diff options
| author | Mason Reed <mason@vector35.com> | 2025-02-25 19:57:30 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-02-25 19:57:30 -0500 |
| commit | fcfa70c7b00bb5ec2b52eac96cc6d1bc98b6dfe8 (patch) | |
| tree | 40acba92b7ebbdd2e40363e7256232ce58c198ee /rust | |
| parent | 17239a1ebdd44a2090bf71575db6e36bcdbd9f75 (diff) | |
Misc Rust formatting
Diffstat (limited to 'rust')
| -rw-r--r-- | rust/src/headless.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
