Skip to content

Commit

Permalink
fix: remove unused string token.
Browse files Browse the repository at this point in the history
  • Loading branch information
fummicc1 committed Oct 26, 2024
1 parent fa5ccbb commit c004716
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/MockoloFramework/Utils/StringExtensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ extension String {
static let `throws` = "throws"
static let `rethrows` = "rethrows"
static let async = "async"
static let reasync = "reasync"
static let await = "await"
static let `inout` = "inout"
static let hasBlankInit = "_hasBlankInit"
Expand Down

0 comments on commit c004716

Please sign in to comment.