From 32dbccf498342c737f270f0b1680de57dce3e347 Mon Sep 17 00:00:00 2001 From: EungCheol Kim Date: Sun, 28 Jan 2024 17:28:17 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20os=5Flog=20=EC=82=AD=EC=A0=9C=20?= =?UTF-8?q?=EB=B0=8F=20String=20interpolation=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PyeonHaeng-iOS/Sources/Extensions/Int+.swift | 3 +-- Shared/Sources/DesignSystem/Sources/PyeonHaengFont.swift | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/PyeonHaeng-iOS/Sources/Extensions/Int+.swift b/PyeonHaeng-iOS/Sources/Extensions/Int+.swift index 9e241b6..c6075b1 100644 --- a/PyeonHaeng-iOS/Sources/Extensions/Int+.swift +++ b/PyeonHaeng-iOS/Sources/Extensions/Int+.swift @@ -13,9 +13,8 @@ extension Int { let numberFormmater = NumberFormatter() numberFormmater.numberStyle = .decimal if let numberToString = numberFormmater.string(from: NSNumber(value: self)) { - return "\(numberToString)" + return numberToString } else { - os_log(.error, "🚨 %d의 μ‰Όν‘œ ν‘œκΈ°λ²• ν¬λ§·νŒ…μ„ μ‹€νŒ¨ν–ˆμŠ΅λ‹ˆλ‹€.", self) return "\(self)" } } diff --git a/Shared/Sources/DesignSystem/Sources/PyeonHaengFont.swift b/Shared/Sources/DesignSystem/Sources/PyeonHaengFont.swift index 3961eb9..afd4b0d 100644 --- a/Shared/Sources/DesignSystem/Sources/PyeonHaengFont.swift +++ b/Shared/Sources/DesignSystem/Sources/PyeonHaengFont.swift @@ -34,7 +34,7 @@ public enum PyeonHaengFont { /// Button 1 case b1 - + /// Button 2 case b2