Skip to content

Commit 88cd771

Browse files
GeorgeLyonahoppen
andauthored
Update Sources/SKCore/CompilationDatabase.swift
Co-authored-by: Alex Hoppen <[email protected]>
1 parent 183ea7e commit 88cd771

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/SKCore/CompilationDatabase.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ extension JSONCompilationDatabase: Codable {
209209

210210
extension JSONCompilationDatabase {
211211
/// Loads the compilation database located in `directory`, if any.
212-
/// returns: `nil` if `compile_commands.json` was not found
212+
///
213+
/// - Returns: `nil` if `compile_commands.json` was not found
213214
public init?(directory: AbsolutePath, _ fileSystem: FileSystem = localFileSystem) throws {
214215
let path = directory.appending(component: "compile_commands.json")
215216
try self.init(file: path, fileSystem)

0 commit comments

Comments
 (0)