XAlign
XAlign copied to clipboard
Support for Object Mapper mapping alignment
How to add support to format this?
mutating func mapping(map: Map) {
teamId <- map["team_id"]
channelId <- map["channel_id"]
msgCount <- map["msg_count"]
mentionCount <- map["mention_count"]
}
to
mutating func mapping(map: Map) {
teamId <- map["team_id"]
channelId <- map["channel_id"]
msgCount <- map["msg_count"]
mentionCount <- map["mention_count"]
}