mirror of
https://github.com/yattee/yattee.git
synced 2025-10-19 22:08:14 +00:00
Fix default alignment swiftlint offense
This commit is contained in:
@@ -19,7 +19,7 @@ struct CommentView: View {
|
||||
|
||||
var body: some View {
|
||||
VStack(alignment: .leading) {
|
||||
HStack(alignment: .center, spacing: 10) {
|
||||
HStack(spacing: 10) {
|
||||
HStack(spacing: 10) {
|
||||
ZStack(alignment: .bottomTrailing) {
|
||||
authorAvatar
|
||||
|
Reference in New Issue
Block a user