Skip to content

Commit

Permalink
[#6]NON_ISSUE conflict resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
hye0njuoo committed Oct 9, 2024
1 parent 167a7ac commit f86e3be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "dd27728c8848101841bd8d45243ef43144e233aa3767c82656934b73447347b8",
"originHash" : "4cdad746817ac9ed37e44dbe90a2ff25fc018954899b7d513e41a4bfc70f065a",
"pins" : [
{
"identity" : "snapkit",
Expand Down
9 changes: 0 additions & 9 deletions Handy/Handy/Source/Foundation/HandyIcon.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,4 @@ extension UIImage {
image.accessibilityIdentifier = name
return image
}

internal func resize(to length: CGFloat) -> UIImage {
let newSize = CGSize(width: length, height: length)
let image = UIGraphicsImageRenderer(size: newSize).image { _ in
draw(in: CGRect(origin: .zero, size: newSize))
}

return image
}
}

0 comments on commit f86e3be

Please sign in to comment.