Please use selected code formatting style:
- 4 spaces tab
- no spaces on empty lines
- comment: "// start with small letter"
- declaration: "var users: [User]"
You can use swift-format to do this
Code style is specified in .swift-format Run swift-format before checkin to ensure matching code style
#example swift format command
swift-format format -i --configuration .swift-format Sources/ExyteChat/ChatView/ChatView.swift