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