Skip to content

Commit 7818173

Browse files
esseswannLegNeato
authored andcommitted
Quickfix
1 parent 13fc0da commit 7818173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/content/types/objects/using_contexts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ struct Database {
107107

108108
// Since we cannot directly implement juniper::Context
109109
// for RwLock we use the newtype idiom
110-
struct DatabaseContext(RwLock<Database>)
110+
struct DatabaseContext(RwLock<Database>);
111111

112112
impl juniper::Context for DatabaseContext {}
113113

0 commit comments

Comments
 (0)