Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekun Wang committed Oct 29, 2024
1 parent aee155b commit 9a05109
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions aptos-move/framework/src/built_package.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,15 +208,12 @@ pub fn build_model(
let compiler_version = compiler_version.unwrap_or_default();
let language_version = language_version.unwrap_or_default();
compiler_version.check_language_support(language_version)?;
build_config.move_model_for_package(
package_path,
ModelConfig {
target_filter,
all_files_as_targets: false,
compiler_version,
language_version,
},
)
build_config.move_model_for_package(package_path, ModelConfig {
target_filter,
all_files_as_targets: false,
compiler_version,
language_version,
})
}

impl BuiltPackage {
Expand Down

0 comments on commit 9a05109

Please sign in to comment.