mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Format sources with swift-format
This commit is contained in:
@@ -73,7 +73,11 @@ public actor CompilationDatabaseBuildSystem {
|
||||
return nil
|
||||
}
|
||||
|
||||
public init?(projectRoot: AbsolutePath? = nil, searchPaths: [RelativePath], fileSystem: FileSystem = localFileSystem) {
|
||||
public init?(
|
||||
projectRoot: AbsolutePath? = nil,
|
||||
searchPaths: [RelativePath],
|
||||
fileSystem: FileSystem = localFileSystem
|
||||
) {
|
||||
self.fileSystem = fileSystem
|
||||
self.projectRoot = projectRoot
|
||||
self.searchPaths = searchPaths
|
||||
|
||||
Reference in New Issue
Block a user