Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
soulomoon committed Jun 8, 2024
1 parent 86d7fb9 commit 027e5be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion ghcide/src/Development/IDE/Core/Service.hs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import Ide.Plugin.Config
import qualified Language.LSP.Protocol.Types as LSP
import qualified Language.LSP.Server as LSP

import Control.Concurrent.STM (TQueue)
import Control.Monad
import qualified Development.IDE.Core.FileExists as FileExists
import qualified Development.IDE.Core.OfInterest as OfInterest
Expand Down
3 changes: 1 addition & 2 deletions ghcide/src/Development/IDE/LSP/LanguageServer.hs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

{-# LANGUAGE DuplicateRecordFields #-}
{-# LANGUAGE GADTs #-}
{-# LANGUAGE NumericUnderscores #-}
-- WARNING: A copy of DA.Daml.LanguageServer, try to keep them in sync
-- This version removes the daml: handling
module Development.IDE.LSP.LanguageServer
Expand Down

0 comments on commit 027e5be

Please sign in to comment.