Skip to content

Commit

Permalink
Remove extra new line
Browse files Browse the repository at this point in the history
  • Loading branch information
SirArkimedes committed Oct 14, 2019
1 parent d2157a1 commit 151af67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Reddit-macOS/Views/PostList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ struct PostList: View {
PostView(post: post)
.tag(post.id)
.padding(EdgeInsets(top: 5, leading: 0, bottom: 5, trailing: 0))

/// Double-click to open a new window for the `PostDetailView`
.onTapGesture(count: 2) {
let controller = DetailWindowController(rootView: PostDetailView(post: post))
Expand Down

0 comments on commit 151af67

Please sign in to comment.