Skip to content

Commit

Permalink
Fix SwiftLint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
AvdLee committed Mar 4, 2024
1 parent 17a96e3 commit b4fe49e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DiagnosticsTests/Reporters/LogsTrimmerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
//
// Created by Antoine van der Lee on 01/03/2024.
//
// swiftlint:disable line_length

import XCTest
@testable import Diagnostics
import XCTest

final class LogsTrimmerTests: XCTestCase {

Expand Down Expand Up @@ -60,3 +61,4 @@ final class LogsTrimmerTests: XCTestCase {
XCTAssertEqual(outputString, expectedOutput)
}
}
// swiftlint:enable line_length

0 comments on commit b4fe49e

Please sign in to comment.