remove an unnecessary space

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