summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2021-11-26 13:51:33 +0100
committerAndrej Mihajlov <and@mullvad.net>2021-11-26 13:55:31 +0100
commite6e4c01dfff8f0310ed700426ce247d8fb04c2f2 (patch)
tree1d866b94c4391ef560a91b77be83217c5ae6ebec
parentee060f922175e3689289bd3f1b4836655219a558 (diff)
downloadmullvadvpn-e6e4c01dfff8f0310ed700426ce247d8fb04c2f2.tar.xz
mullvadvpn-e6e4c01dfff8f0310ed700426ce247d8fb04c2f2.zip
Preferances: fix whitespace
-rw-r--r--ios/MullvadVPN/PreferencesDataSource.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/PreferencesDataSource.swift b/ios/MullvadVPN/PreferencesDataSource.swift
index 74c96ba0e5..2ec34c1a6d 100644
--- a/ios/MullvadVPN/PreferencesDataSource.swift
+++ b/ios/MullvadVPN/PreferencesDataSource.swift
@@ -547,7 +547,7 @@ class PreferencesDataSource: NSObject, UITableViewDataSource, UITableViewDelegat
private func configureFooterView(_ reusableView: SettingsStaticTextFooterView) {
let font = reusableView.titleLabel.font ?? UIFont.systemFont(ofSize: UIFont.systemFontSize)
-
+
reusableView.titleLabel.attributedText = viewModel.customDNSPrecondition
.attributedLocalizedDescription(isEditing: isEditing, preferredFont: font)
}