Skip to content

Commit

Permalink
fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Voxelot committed Jun 26, 2024
1 parent d0fcc6c commit 06da1c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion crates/fuel-core/src/schema/relayed_tx.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
use crate::{
fuel_core_graphql_api::{ports::DatabaseRelayedTransactions, QUERY_COSTS,}
fuel_core_graphql_api::{
ports::DatabaseRelayedTransactions,
QUERY_COSTS,
},
schema::{
scalars::{
RelayedTransactionId,
Expand Down

0 comments on commit 06da1c5

Please sign in to comment.