Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Dec 21, 2024
1 parent 0862536 commit c52d57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/infrastructure/plugin/backbone_shell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ use helgobox_api::persistence::{
Envelope, FxChainDescriptor, FxDescriptor, TargetTouchCause, TrackDescriptor, TrackFxChain,
VirtualControlElementCharacter,
};
use helgobox_api::runtime::GlobalInfoEvent;
use itertools::Itertools;
use once_cell::sync::Lazy;
use reaper_high::{
Expand Down Expand Up @@ -2838,6 +2837,7 @@ impl LicenseManagerEventHandler for BackboneLicenseManagerEventHandler {
// Inform Playtime, currently the only module which contains license-only functions
#[cfg(feature = "playtime")]
{
use helgobox_api::runtime::GlobalInfoEvent;
// Let the Playtime Clip Engine check if it finds a suitable license
let success = playtime_clip_engine::PlaytimeEngine::get()
.main()
Expand Down

0 comments on commit c52d57e

Please sign in to comment.