Skip to content

Commit

Permalink
Package.swift formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Nov 28, 2023
1 parent 8d38a44 commit 73a134d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ let package = Package(
.product(name: "FSEventsWrapper", package: "FSEventsWrapper", condition: .when(platforms: [.macOS])),
.product(name: "GlobPattern", package: "GlobPattern", condition: .when(platforms: [.macOS])),
"JSONRPC",
.product(name: "LanguageServerProtocol", package: "LanguageServerProtocol"),
.product(name: "LSPClient", package: "LanguageServerProtocol"),
.product(name: "LanguageServerProtocol", package: "LanguageServerProtocol"),
.product(name: "LSPClient", package: "LanguageServerProtocol"),
.product(name: "ProcessEnv", package: "ProcessEnv", condition: .when(platforms: [.macOS])),
"Queue",
"Semaphore",
Expand Down

0 comments on commit 73a134d

Please sign in to comment.