Skip to content

Commit

Permalink
[compiler-v2] fixed cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
welbon committed Dec 16, 2024
1 parent 76b7a3b commit 6b4e062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/stdlib/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use starcoin_vm_types::{language_storage::TypeTag, parser::parse_type_tag};
use std::path::Path;
use std::{collections::BTreeMap, fs::File, io::Read, path::PathBuf};
use stdlib::{
build_stdlib, build_stdlib_error_code_map, load_compiled_modules,
build_stdlib, load_compiled_modules,
load_latest_stable_compiled_modules, save_binary, COMPILED_EXTENSION, COMPILED_OUTPUT_PATH,
LATEST_COMPILED_OUTPUT_PATH, STDLIB_DIR_NAME,
};
Expand Down

0 comments on commit 6b4e062

Please sign in to comment.