Skip to content

Commit 4838288

Browse files
committed
[Workspace] Make pinstore a let
1 parent 5fdbbff commit 4838288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Workspace/Workspace.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public class Workspace {
211211
private var fileSystem: FileSystem
212212

213213
/// The Pins store. The pins file will be created when first pin is added to pins store.
214-
public var pinsStore: PinsStore
214+
public let pinsStore: PinsStore
215215

216216
/// The manifest loader to use.
217217
let manifestLoader: ManifestLoaderProtocol

0 commit comments

Comments
 (0)