Skip to content

Commit

Permalink
[ADD] Default Return 값 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
YoonAh-dev committed Mar 28, 2022
1 parent e47342c commit 3736e1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CDSKit/Source/Catchu/CDSCatchuSelector.swift
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ extension CDSCatchuSelector where Self: UIView {
return CDSCatchuColor.yellow.backgroundColor
case .empty:
return CDSCatchuColor.none.backgroundColor
case .none:
break
default:
return UIColor()
}
}
}
Expand Down

0 comments on commit 3736e1a

Please sign in to comment.