Skip to content

Commit

Permalink
Run go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
csilvers committed Mar 28, 2020
1 parent 36b5ed8 commit 0e2666f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/federation/federation.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ func (f *federation) setEntities(schema *ast.Schema) {
// extend TypeDefinedInOtherService @key(fields: "id") {
// id: ID @external
// }
if (e.allFieldsAreExternal()) {
if e.allFieldsAreExternal() {
e.ResolverName = ""
}

Expand Down

0 comments on commit 0e2666f

Please sign in to comment.