Closed solson closed 14 years ago
return true should be indented in this example
return true
operator == (lhs, rhs: Duration) -> Bool { if(lhs as Pointer == rhs as Pointer) return true return false }
Closed by 0da3802d66bad19a37452216fb1aeb425600396e, indent correctly for oneline ifs. Thanks scott!
return true
should be indented in this example