Skip to content

Commit e5cb9d2

Browse files
committed
Remove unnecessary return.
1 parent 381a80b commit e5cb9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Extensions/UIImage+Woo.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ extension UIImage {
231231
/// Empty Inbox Notes Icon
232232
///
233233
static var emptyInboxNotesImage: UIImage {
234-
return UIImage(named: "woo-empty-inbox-notes")!
234+
UIImage(named: "woo-empty-inbox-notes")!
235235
}
236236

237237
/// Empty Products Icon

0 commit comments

Comments
 (0)