Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
manolisliolios committed Jul 25, 2024
1 parent c8e3fc7 commit 6a308ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ use crate::{
};

use super::{
config::{AppInfo, AppRecord, DotMoveConfig, DotMoveServiceError, ResolutionType, VersionedName},
config::{
AppInfo, AppRecord, DotMoveConfig, DotMoveServiceError, ResolutionType, VersionedName,
},
data_loader::DotMoveDataLoader,
};

Expand Down
2 changes: 1 addition & 1 deletion crates/sui-graphql-rpc/tests/dot_move_e2e.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ mod tests {
8001,
9185,
ServiceConfig::dot_move_test_defaults(
true,
true, // external resolution
Some(internal_client.url()),
Some(pkg_id.into()),
Some(registry_id.0),
Expand Down

0 comments on commit 6a308ea

Please sign in to comment.