Skip to content

Commit 2093d2c

Browse files
authored
Remove outdated doc comment in Workspace+State.swift (#7463)
This "Returns true if the state file exists on the filesystem" doc comment was copy-pasted from a function above and is clearly wrong: `reload()` function doesn't return any values.
1 parent d811faf commit 2093d2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/Workspace/Workspace+State.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ public final class WorkspaceState {
7676
self.storage.fileExists()
7777
}
7878

79-
/// Returns true if the state file exists on the filesystem.
8079
func reload() throws {
8180
let storedState = try self.storage.load()
8281
self.dependencies = storedState.dependencies

0 commit comments

Comments
 (0)