Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Jan 9, 2020
1 parent 3b94771 commit e01b9a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/Core/Core/Execution/Utilities/FieldCollector.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
using System.ComponentModel;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using HotChocolate.Language;
using HotChocolate.Properties;
using HotChocolate.Resolvers;
using HotChocolate.Types;
using HotChocolate.Utilities;
using static HotChocolate.Execution.ArgumentNonNullValidator;
using System.Globalization;

namespace HotChocolate.Execution
{
Expand Down
4 changes: 2 additions & 2 deletions src/Core/Core/Execution/Utilities/VariableToValueRewriter.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using System.Buffers;
using System;
using System.Buffers;
using System.Collections.Generic;
using System.Threading;
using HotChocolate.Language;
using HotChocolate.Properties;
using HotChocolate.Types;
using HotChocolate.Utilities;
using HotChocolate.Properties;

namespace HotChocolate.Execution
{
Expand Down

0 comments on commit e01b9a9

Please sign in to comment.