Clean up SwiftLint warning

This commit is contained in:
Angelo Stavrow 2020-07-31 13:59:10 -04:00
parent 6cc144e210
commit 7e530dba57
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -2,7 +2,7 @@ import SwiftUI
struct PostList: View {
@EnvironmentObject var postStore: PostStore
var body: some View {
List {
Text("\(postStore.posts.count) Posts")