mirror of
https://github.com/nicklockwood/SwiftFormat.git
synced 2026-06-16 10:34:34 +00:00
7 lines
106 B
Swift
7 lines
106 B
Swift
public struct PluginTests {
|
|
public private(set) var text="Hello, World!"
|
|
|
|
public init() {
|
|
}
|
|
}
|