diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-07 12:24:57 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-07 12:24:57 +0200 |
commit | f2a94efe3e581deb18ed70ce78ad3750b771de9a (patch) | |
tree | bbe58a5967dfc89112bfaed9145b1859a045f687 /src/graphql/mutation.rs | |
parent | e59c7d1f8eeeb6c0d237aeceb9e478c7699cae2a (diff) |
Formatted
Diffstat (limited to 'src/graphql/mutation.rs')
-rw-r--r-- | src/graphql/mutation.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphql/mutation.rs b/src/graphql/mutation.rs index cef4b22..0eb4c0b 100644 --- a/src/graphql/mutation.rs +++ b/src/graphql/mutation.rs @@ -4,7 +4,7 @@ use crate::graphql::types::{ position, user::{self}, }; -use async_graphql::{Context,FieldResult, Object}; +use async_graphql::{Context, FieldResult, Object}; /// Mutation struct pub struct Mutation; |