summaryrefslogtreecommitdiff
path: root/rust/src
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src')
-rw-r--r--rust/src/headless.rs2
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.