Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 08bae6c

Browse files
committedJun 2, 2025··
Make initializer public
1 parent 4f1f6f2 commit 08bae6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Sources/SafeDICore/Models/Initializer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public struct Initializer: Codable, Hashable, Sendable {
267267
)
268268
}
269269

270-
init(_ node: FunctionParameterSyntax) {
270+
public init(_ node: FunctionParameterSyntax) {
271271
if let secondName = node.secondName {
272272
outerLabel = node.firstName.text
273273
innerLabel = secondName.text

0 commit comments

Comments
 (0)
Please sign in to comment.