Skip to content

Commit

Permalink
chore: fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ncpenke committed Dec 12, 2023
1 parent 9c7df5c commit d058ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/candid_parser/tests/parse_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use candid::pretty::candid::compile;
use candid::types::TypeEnv;
use candid_parser::bindings::{javascript, motoko, rust, typescript};
use candid_parser::types::IDLProg;
use candid_parser::typing::{check_file, check_prog, check_file_with_options, CheckFileOptions};
use candid_parser::typing::{check_file, check_file_with_options, check_prog, CheckFileOptions};
use goldenfile::Mint;
use std::io::Write;
use std::path::Path;
Expand Down

0 comments on commit d058ce0

Please sign in to comment.