Closed gregcotten closed 1 year ago
After updating from 0.51.2 to 0.51.5, the tabbing of #if conditionals seems incorrect:
Before update:
static let current: Platform = { #if os(macOS) .mac #elseif os(Linux) .linux #elseif os(Windows) .windows #else fatalError("Unknown OS not supported") #endif }()
After update to 0.51.5:
@gregcotten fixed in 0.51.6
After updating from 0.51.2 to 0.51.5, the tabbing of #if conditionals seems incorrect:
Before update:
After update to 0.51.5: