mirror of
https://github.com/nicklockwood/SwiftFormat.git
synced 2026-05-17 10:30:35 +00:00
4 lines
100 B
Swift
4 lines
100 B
Swift
func setScore2(@Clamped(range: 0 ... 100) to score: Int) {
|
|
print("Setting score to \(score)")
|
|
}
|