From e9e88b41e0ee2fcb6e3ebd61cea41e5811fcb544 Mon Sep 17 00:00:00 2001 From: Cooper Filby Date: Tue, 15 Oct 2019 23:16:47 -0500 Subject: [PATCH] Stop double indending --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68d879c104..59e3375aa0 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ You need to tell gqlgen that we should only fetch friends if the user requested ```go type User struct { - ID int - Name string + ID int + Name string } ```