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 20, 2024
1 parent 603d6ff commit 967be34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/types/src/on_chain_config/starcoin_features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use move_core_types::{
account_address::AccountAddress,
effects::{ChangeSet, Op},
identifier::Identifier,
language_storage::{CORE_CODE_ADDRESS, StructTag},
language_storage::{StructTag, CORE_CODE_ADDRESS},
};
use serde::{Deserialize, Serialize};

Expand Down

0 comments on commit 967be34

Please sign in to comment.