diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2023-08-24 11:03:38 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2023-08-24 11:03:38 +0200 |
| commit | f8d2e37a08c555c80478fc93ca9c9bf1bb2f84fa (patch) | |
| tree | 7e1cf355a3e2d75512ce156e02c0aa81eb8a9f9a | |
| parent | 65243260e753c1d5fc144fd358dc6378ca04f4b6 (diff) | |
| download | mullvadvpn-f8d2e37a08c555c80478fc93ca9c9bf1bb2f84fa.tar.xz mullvadvpn-f8d2e37a08c555c80478fc93ca9c9bf1bb2f84fa.zip | |
Swiftformat: replace deprecated sortedImports with sortImports
| -rw-r--r-- | ios/.swiftformat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/.swiftformat b/ios/.swiftformat index 1eb3f50cc8..4c2fc53e11 100644 --- a/ios/.swiftformat +++ b/ios/.swiftformat @@ -59,7 +59,7 @@ redundantRawValues, \ redundantType, \ redundantVoidReturnType, \ semicolons, \ -sortedImports, \ +sortImports, \ spaceAroundBraces, \ spaceAroundBrackets, \ spaceAroundComments, \ |
