File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments