Skip to content

Commit

Permalink
Merge pull request #79 from kkebo/fix-compile-error
Browse files Browse the repository at this point in the history
  • Loading branch information
kkebo authored Dec 22, 2024
2 parents a9fd5d0 + 1786a4a commit 3ac21e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Tool.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3ac21e6

Please sign in to comment.