Skip to content

Commit 5ba98dd

Browse files
committed
style/#132: lint 룰에 맞게 스타일 수정
1 parent 5eaa06d commit 5ba98dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Poppool/CoreLayer/Infrastructure/Infrastructure/Extension/UIImageView+.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public extension UIImageView {
2323
func setPPImage(path: String?, completion: @escaping () -> Void) {
2424
loadImageFromImageLoader(path: path, completion: completion)
2525
}
26-
26+
2727
func loadImageFromImageLoader(path: String?, completion: (() -> Void)? = nil) {
2828
// 기본 이미지 저장
2929
if placeholderImage == nil {

0 commit comments

Comments
 (0)