Skip to content

Commit

Permalink
feature(Blank): Making Blank conform to Codable
Browse files Browse the repository at this point in the history
  • Loading branch information
jcjimenez committed Apr 7, 2023
1 parent cf2faa1 commit 14f1597
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sources/Blank/Blank.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
public struct Blank {
public struct Blank: Codable {

public private(set) var text = "Hello, World!"

public init() {
}

}

2 comments on commit 14f1597

@kcw-grunt
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jcjimenez 🤬

@jcjimenez
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't be hatin! I need this to test some swiftlint stuff =)

Please sign in to comment.