Skip to content

Commit 9a91aee

Browse files
committed
lint
1 parent 806a421 commit 9a91aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swiftchan/Views/Thread/ThreadView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ struct ThreadView: View {
7070
}
7171
.padding(.all, 3)
7272
.onChange(of: presentationState.galleryIndex) { _ in
73-
if (!presentationState.presentingReplies && !showReply) {
73+
if !presentationState.presentingReplies && !showReply {
7474
scrollToPost(reader: reader)
7575
}
7676
}

0 commit comments

Comments
 (0)