From a3139ad059ace83081655e9dde41b61f7fa5a8eb Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Wed, 28 Aug 2024 13:34:36 +0200 Subject: [PATCH] Fix swiftformat offense --- macOS/VideoLayer.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macOS/VideoLayer.swift b/macOS/VideoLayer.swift index 12b00b7b..2fc6576b 100644 --- a/macOS/VideoLayer.swift +++ b/macOS/VideoLayer.swift @@ -1,7 +1,7 @@ import Cocoa +import Libmpv import OpenGL.GL import OpenGL.GL3 -import Libmpv final class VideoLayer: CAOpenGLLayer { var client: MPVClient!