Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Apr 2, 2024
1 parent 4466ccb commit 478c03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/torii/graphql/src/tests/entities_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mod tests {

use crate::schema::build_schema;
use crate::tests::{
run_graphql_query, spinup_types_test, Connection, Entity, Record, RecordSibling, Subrecord
run_graphql_query, spinup_types_test, Connection, Entity, Record, RecordSibling, Subrecord,
};

async fn entities_query(schema: &Schema, arg: &str) -> Value {
Expand Down

0 comments on commit 478c03b

Please sign in to comment.