diff options
| author | Jon Petersson <jon.petersson@kvadrat.se> | 2023-09-04 23:53:38 +0200 |
|---|---|---|
| committer | Jon Petersson <jon.petersson@kvadrat.se> | 2023-09-07 16:46:26 +0200 |
| commit | 7509670dd5d5cf3082feeb508ea5b3aabf5430cc (patch) | |
| tree | f8f6cef66111e26a630740732840f361358f3376 /ios/MullvadVPN/Containers/Root/RootContainerViewController.swift | |
| parent | 827a84c9287705e30487f2f53b360e05dc418f54 (diff) | |
| download | mullvadvpn-7509670dd5d5cf3082feeb508ea5b3aabf5430cc.tar.xz mullvadvpn-7509670dd5d5cf3082feeb508ea5b3aabf5430cc.zip | |
Fix or report all current smaller Swiftlint warnings in xcode
Diffstat (limited to 'ios/MullvadVPN/Containers/Root/RootContainerViewController.swift')
| -rw-r--r-- | ios/MullvadVPN/Containers/Root/RootContainerViewController.swift | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ios/MullvadVPN/Containers/Root/RootContainerViewController.swift b/ios/MullvadVPN/Containers/Root/RootContainerViewController.swift index afb28ce124..5b2f167d7d 100644 --- a/ios/MullvadVPN/Containers/Root/RootContainerViewController.swift +++ b/ios/MullvadVPN/Containers/Root/RootContainerViewController.swift @@ -840,4 +840,6 @@ extension RootContainerViewController { presentationContainerAccountButton?.isHidden = !configuration.showsAccountButton headerBarView.update(configuration: configuration) } + + // swiftlint:disable:next file_length } |
