Skip to content

Commit

Permalink
run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobZwang committed Feb 9, 2025
1 parent d7087ec commit 6d6f1b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server/src/cloudstate_runner/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ use futures_util::FutureExt;
use serde_json::json;
use tracing::{debug, event, instrument};

use crate::{
cloudstate_runner::module_loader::CloudstateModuleLoader, CloudstateFetchPermissions,
};
use crate::{cloudstate_runner::module_loader::CloudstateModuleLoader, CloudstateFetchPermissions};

pub async fn execute_script(
script: &str,
Expand Down

0 comments on commit 6d6f1b7

Please # to comment.