Skip to content

Commit

Permalink
Merge pull request #59 from klassen-software-solutions/development/v5
Browse files Browse the repository at this point in the history
Development/v5
  • Loading branch information
stevenklassen8376 authored Jun 1, 2022
2 parents 6078020 + de4646d commit 30104c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Sources/KSSFoundation/Wrapper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ import Foundation
a struct, to outlive its scope.
*/
public class Wrapper<Struct> {
public init(object: Struct? = nil) {
self.object = object
}

public var object: Struct? = nil
}
2 changes: 1 addition & 1 deletion Tests/KSSFoundationTests/WrapperTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation
import KSSTest
import XCTest

@testable import KSSFoundation
import KSSFoundation


final class WrapperTests: XCTestCase {
Expand Down

0 comments on commit 30104c5

Please sign in to comment.