Skip to content

Commit

Permalink
Stop double indending
Browse files Browse the repository at this point in the history
  • Loading branch information
cfilby committed Oct 16, 2019
1 parent 9f4df68 commit e9e88b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```

Expand Down

0 comments on commit e9e88b4

Please sign in to comment.