From 8494ef32dac3b3e1ca661b083ec39ab41cc768ae Mon Sep 17 00:00:00 2001 From: Aaron Carlino Date: Mon, 13 Jan 2020 15:20:11 +1300 Subject: [PATCH] Remove whitespace Co-Authored-By: Mojmir Fendek --- src/Handler/GraphQL/GenericHandler.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Handler/GraphQL/GenericHandler.php b/src/Handler/GraphQL/GenericHandler.php index 46f8d41..a1691f6 100644 --- a/src/Handler/GraphQL/GenericHandler.php +++ b/src/Handler/GraphQL/GenericHandler.php @@ -29,5 +29,4 @@ protected function createSnapshot(EventContext $context): ?Snapshot return Snapshot::singleton()->createSnapshotFromAction($page, null, $message); } - }