diff --git a/Account/Sources/Account/FeedProvider/Reddit/RedditLink.swift b/Account/Sources/Account/FeedProvider/Reddit/RedditLink.swift
index 1e859f81f..ff91ddca4 100644
--- a/Account/Sources/Account/FeedProvider/Reddit/RedditLink.swift
+++ b/Account/Sources/Account/FeedProvider/Reddit/RedditLink.swift
@@ -98,7 +98,7 @@ final class RedditLinkData: Codable {
guard let url = url else { return "" }
if url.hasSuffix(".gif") {
- return ""
+ return ""
}
if isVideo ?? false, let videoURL = media?.video?.hlsURL {