Skip to content

Commit 3e5e2ae

Browse files
committed
Format
1 parent e2ebaee commit 3e5e2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juniper/src/types/async_await.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use crate::{
66
BoxFuture,
77
};
88

9-
use super::base::{Arguments, GraphQLType, is_excluded, merge_key_into};
9+
use super::base::{is_excluded, merge_key_into, Arguments, GraphQLType};
1010

1111
#[async_trait::async_trait]
1212
pub trait GraphQLTypeAsync<S>: GraphQLType<S> + Send + Sync

0 commit comments

Comments
 (0)