Skip to content

Commit

Permalink
fix: warning
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Jul 30, 2024
1 parent ed34598 commit cc7b062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ThresholdKey/RssComm.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public final class RssComm {
error_code?.pointee = code
}
if let data = data {
var resultString: String = String(decoding: data, as: UTF8.self)
let resultString: String = String(decoding: data, as: UTF8.self)
result = NSString(string: resultString)
}
}.resume()
Expand Down

0 comments on commit cc7b062

Please sign in to comment.