Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Oct 25, 2023
1 parent f84c02d commit 948faf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/candid_derive/src/func.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ pub(crate) fn export_service(path: Option<TokenStream>) -> TokenStream {
fn __export_service() -> String {
#service
#actor
let result = #candid::pretty_printer::compile(&env.env, &actor);
let result = #candid::pretty::candid::compile(&env.env, &actor);
format!("{}", result)
}
};
Expand Down

0 comments on commit 948faf9

Please sign in to comment.