diff options
| author | Andrew Bulhak <andrew.bulhak@mullvad.net> | 2024-04-11 14:04:39 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-04-17 12:40:40 +0200 |
| commit | bafb84a0bddf56962e0940e13a39cce131a49f83 (patch) | |
| tree | 7246db6003f9abdfce3518c76bde1526d53efbaa | |
| parent | 983f48f04e8b73f8222a8405237dcc3454e4e6ba (diff) | |
| download | mullvadvpn-bafb84a0bddf56962e0940e13a39cce131a49f83.tar.xz mullvadvpn-bafb84a0bddf56962e0940e13a39cce131a49f83.zip | |
Adjust indentation
| -rw-r--r-- | ios/MullvadVPNTests/LoggingTests.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPNTests/LoggingTests.swift b/ios/MullvadVPNTests/LoggingTests.swift index b4f18c7513..337f850560 100644 --- a/ios/MullvadVPNTests/LoggingTests.swift +++ b/ios/MullvadVPNTests/LoggingTests.swift @@ -47,7 +47,7 @@ class MullvadLoggingTests: XCTestCase { Logger(label: "test").info(":-P") -// For some reason, reading the file fails here, despite the file existing. Manual inspection reveals the file to have the correct header. ¯\_(ツ)_/¯ + // For some reason, reading the file fails here, despite the file existing. Manual inspection reveals the file to have the correct header. ¯\_(ツ)_/¯ // let contents = String(decoding: try! Data(contentsOf: fileURL), as: UTF8.self) // // XCTAssert(contents.hasPrefix(expectedHeader)) |
