Skip to content

Commit 151af67

Browse files
committed
Remove extra new line
1 parent d2157a1 commit 151af67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Reddit-macOS/Views/PostList.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ struct PostList: View {
2727
PostView(post: post)
2828
.tag(post.id)
2929
.padding(EdgeInsets(top: 5, leading: 0, bottom: 5, trailing: 0))
30-
3130
/// Double-click to open a new window for the `PostDetailView`
3231
.onTapGesture(count: 2) {
3332
let controller = DetailWindowController(rootView: PostDetailView(post: post))

0 commit comments

Comments
 (0)