Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinustheo committed Aug 1, 2024
1 parent b4c0515 commit 7e46c78
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/icp_prototype_backend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ use futures::future::join_all;
use ic_cdk::api;
use ic_cdk::api::{
call::CallResult,
management_canister::http_request::{http_request, CanisterHttpRequestArgument, HttpMethod, TransformArgs, HttpResponse, TransformContext},
management_canister::http_request::{
http_request, CanisterHttpRequestArgument, HttpMethod, HttpResponse, TransformArgs,
TransformContext,
},
};
use ic_cdk_macros::*;
use ic_cdk_timers::TimerId;
Expand Down

0 comments on commit 7e46c78

Please sign in to comment.