From 110172f3c75947e16e88912254547ee130d85565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E9=9B=85=20misaki=20masa?= Date: Sun, 19 Jul 2026 23:55:10 +0800 Subject: [PATCH] Format --- yazi-plugin/preset/plugins/magick.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yazi-plugin/preset/plugins/magick.lua b/yazi-plugin/preset/plugins/magick.lua index c8b6a994..8685398c 100644 --- a/yazi-plugin/preset/plugins/magick.lua +++ b/yazi-plugin/preset/plugins/magick.lua @@ -25,7 +25,7 @@ function M:preload(job) return true end - local cmd = M.with_limit():arg({ "-define", "filename:literal=true" }) + local cmd = M.with_limit():arg { "-define", "filename:literal=true" } if job.args.flatten then cmd:arg { tostring(job.file.path), "-flatten" } else