From 1786a4a38087b760e00f7aa8242520a959b85918 Mon Sep 17 00:00:00 2001 From: Kenta Kubo <601636+kkebo@users.noreply.github.com> Date: Sun, 22 Dec 2024 17:52:13 +0900 Subject: [PATCH] fix: fix compile error --- Sources/Tool.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Tool.swift b/Sources/Tool.swift index 21f6ef1..b51c5a8 100644 --- a/Sources/Tool.swift +++ b/Sources/Tool.swift @@ -104,7 +104,7 @@ enum Tool: String { description: "Decode a JWT header, payload and signature" ) case .listComparer: - return .init( + .init( shortTitle: "List Compare", longTitle: "List Comparer", description: "Compare two lists"