Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Jan 30, 2024
1 parent 5fdfcbb commit c8f42a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/subgraph/src/types/order_traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ mod tests {
vault_id: BigInt("1".into()),
vault: Vault {
owner: Account {
id: Bytes("".into())
}
id: Bytes("".into()),
},
},
token: Erc20 {
id: cynic::Id::new("0x0000000000000000000000000000000000000005"),
Expand All @@ -97,8 +97,8 @@ mod tests {
vault_id: BigInt("2".into()),
vault: Vault {
owner: Account {
id: Bytes("".into())
}
id: Bytes("".into()),
},
},
token: Erc20 {
id: cynic::Id::new("0x0000000000000000000000000000000000000006"),
Expand Down

0 comments on commit c8f42a0

Please sign in to comment.