Skip to content

Commit

Permalink
remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
ski-u committed Sep 28, 2024
1 parent 05197a2 commit 9904377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Features/Sources/Settings/String.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extension String {
var masked: String? {
guard let first = first else {
guard let first else {
return nil
}
return "\(first)***"
Expand Down

0 comments on commit 9904377

Please sign in to comment.