Skip to content

Commit

Permalink
spacing?
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek authored Nov 26, 2024
1 parent a8e1202 commit 335093c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ public DynamicContentTypeWhereInputBuilder(
IHttpContextAccessor httpContextAccessor,
IOptions<GraphQLContentOptions> contentOptionsAccessor,
IStringLocalizer<DynamicContentTypeWhereInputBuilder> stringLocalizer)
: base(httpContextAccessor, contentOptionsAccessor, stringLocalizer)
{ }
: base(httpContextAccessor, contentOptionsAccessor, stringLocalizer) { }

public override void Build(ISchema schema, FieldType contentQuery, ContentTypeDefinition contentTypeDefinition, ContentItemType contentItemType)
{
Expand Down

0 comments on commit 335093c

Please sign in to comment.