var to let

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-07-27 15:47:27 -05:00
parent bdb6e98672
commit 5797b5c7e9

View File

@ -57,7 +57,7 @@ class LabelViewController: BaseViewController<Label> {
}
func descriptionFor(style: TextStyle) -> String {
var scaledFont = style.font.scaledFont
let scaledFont = style.font.scaledFont
var customizedDesc: String = "Name: \(style.rawValue) \nFont Face-Weight: \(style.font.fontName)"
customizedDesc += "\nVDS LetterSpacing: \(style.letterSpacing)"
if scaledMode {