remove an unnecessary space

This commit is contained in:
Takayuki Maeda 2022-09-16 18:17:27 +09:00
parent 388a00dc59
commit 77288680ec
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::*;
///