Fix test and add special option for spacing around colon in type definitions
This commit is contained in:
@@ -3,4 +3,7 @@ a: Int,
|
||||
b: String, c: Int,
|
||||
d: String, e: Int
|
||||
) {
|
||||
}
|
||||
}
|
||||
|
||||
// SET_FALSE: SPACE_BEFORE_TYPE_COLON
|
||||
// SET_TRUE: SPACE_AFTER_TYPE_COLON
|
||||
Reference in New Issue
Block a user