Skip to content

Commit

Permalink
Reformatted Log.Write statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielreynolds1 committed Jan 1, 2025
1 parent 1d780da commit 47c145a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ public void Handle(OutputFieldEvent @event, CompositionContext context)

if (fieldType is not ComplexTypeDefinition)
{
context.Log.Write(
ProvidesOnNonCompositeField(field, type, schema));
context.Log.Write(ProvidesOnNonCompositeField(field, type, schema));
}
}
}
Expand Down

0 comments on commit 47c145a

Please sign in to comment.