Skip to content

Commit fcfa70c

Browse files
committed
Misc Rust formatting
1 parent 17239a1 commit fcfa70c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

plugins/warp/src/plugin/workflow.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ pub fn insert_workflow() {
9494
module_meta_workflow
9595
.register_activity(&matcher_activity)
9696
.unwrap();
97-
module_meta_workflow.insert("core.module.deleteUnusedAutoFunctions", [MATCHER_ACTIVITY_NAME]);
97+
module_meta_workflow.insert(
98+
"core.module.deleteUnusedAutoFunctions",
99+
[MATCHER_ACTIVITY_NAME],
100+
);
98101
module_meta_workflow.register().unwrap();
99102
}

rust/src/headless.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ pub enum LicenseLocation {
256256
/// The license used when initializing will be the file in the Binary Ninja user directory.
257257
File,
258258
/// The license is retrieved using keychain credentials for `BN_ENTERPRISE_USERNAME`.
259-
Keychain
259+
Keychain,
260260
}
261261

262262
/// Attempts to identify the license location type, this follows the same order as core initialization.

0 commit comments

Comments
 (0)