From 84fdc228613617768db2fa46f2b76851d3686c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toni=20F=C3=B6rster?= Date: Wed, 22 Nov 2023 10:22:28 +0100 Subject: [PATCH] formatting --- Shared/Player/Video Details/VideoDetails.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/Player/Video Details/VideoDetails.swift b/Shared/Player/Video Details/VideoDetails.swift index f1ff887b..bf9afa76 100644 --- a/Shared/Player/Video Details/VideoDetails.swift +++ b/Shared/Player/Video Details/VideoDetails.swift @@ -416,7 +416,7 @@ struct VideoDetails: View { Button { descriptionExpanded.toggle() } label: { Image(systemName: descriptionExpanded ? "chevron.up" : "chevron.down") - .imageScale(.small) + .imageScale(.small) } } .padding(.horizontal)