Format sources with swift-format

This commit is contained in:
Alex Hoppen
2023-10-30 13:15:04 -07:00
parent 9988930c0a
commit ac3eb32e65
23 changed files with 161 additions and 129 deletions

View File

@@ -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