From ffd1f79c1ec9b397de64be6ef8e7d3714b575ae0 Mon Sep 17 00:00:00 2001 From: MoonBoi9001 Date: Tue, 1 Oct 2024 17:26:10 +0100 Subject: [PATCH] fix: remove whitespace. --- packages/subgraph-service/contracts/SubgraphService.sol | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/subgraph-service/contracts/SubgraphService.sol b/packages/subgraph-service/contracts/SubgraphService.sol index a928c0b0f..b4d1b3f4a 100644 --- a/packages/subgraph-service/contracts/SubgraphService.sol +++ b/packages/subgraph-service/contracts/SubgraphService.sol @@ -22,9 +22,6 @@ import { PPMMath } from "@graphprotocol/horizon/contracts/libraries/PPMMath.sol" import { Allocation } from "./libraries/Allocation.sol"; import { LegacyAllocation } from "./libraries/LegacyAllocation.sol"; - - - contract SubgraphService is Initializable, OwnableUpgradeable,