From 4ba89e202a2746a8120587624fc245bbf64de735 Mon Sep 17 00:00:00 2001 From: Kenta Kubo <601636+kkebo@users.noreply.github.com> Date: Tue, 19 Nov 2024 02:34:22 +0900 Subject: [PATCH] fix: add List Comparer to All tools --- Sources/Tool.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Tool.swift b/Sources/Tool.swift index ae408d6..7907ef1 100644 --- a/Sources/Tool.swift +++ b/Sources/Tool.swift @@ -216,6 +216,7 @@ extension Tool: CaseIterable { .jsonFormatter, .jsonYAMLConverter, .jwtDecoder, + .listComparer, .loremIpsumGenerator, .markdownPreview, .numberBaseConverter,