Skip to content

Commit 9363372

Browse files
committed
undo nbsp
1 parent 8ac8361 commit 9363372

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

HomeAssistant/Views/Settings/NFC/NFCTagViewController.swift

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,16 +109,10 @@ class NFCTagViewController: FormViewController {
109109
\(eventDataStrings.joined(separator: indentation))
110110
"""
111111
} else {
112-
/*
113-
NO-BREAK SPACE
114-
Unicode: U+00A0, UTF-8: C2 A0
115-
*/
116-
let nbsp = "\u{00a0}"
117-
118112
return """
119113
- platform: tag
120-
tag_id:\(nbsp)\(identifier)
121-
device_id:\(nbsp)\(Current.settingsStore.integrationDeviceID)
114+
tag_id: \(identifier)
115+
device_id: \(Current.settingsStore.integrationDeviceID)
122116
"""
123117
}
124118
}, present: { [weak self] viewController in

0 commit comments

Comments
 (0)