Merge pull request #1074 from TaKO8Ki/remove-unnecessary-space

This commit is contained in:
Sunli 2022-09-17 09:33:46 +08:00 committed by GitHub
commit 0eb9cf12d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ where
/// # Examples
///
/// ```rust
///
///
/// use async_graphql::*;
/// use async_graphql::types::connection::*;
///