Skip to content

Commit

Permalink
fix codeing style
Browse files Browse the repository at this point in the history
  • Loading branch information
janzimmermannnetrex committed Aug 28, 2020
1 parent df7aa4a commit ba2286e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server/StandardServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

namespace GraphQL\Server;

use GraphQL\Error\DebugFlag;
use GraphQL\Error\FormattedError;
use GraphQL\Error\InvariantViolation;
use GraphQL\Error\DebugFlag;
use GraphQL\Executor\ExecutionResult;
use GraphQL\Executor\Promise\Promise;
use GraphQL\Utils\Utils;
Expand Down

0 comments on commit ba2286e

Please sign in to comment.