Skip to content

Commit

Permalink
feat: linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanStepanok committed Dec 12, 2024
1 parent c104371 commit cda536a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Core/Core/Configuration/CSSInjector.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public class CSSInjector {
}
}

//swiftlint:disable line_length
public func injectCSS(
colorScheme: ColorScheme,
html: String,
Expand Down Expand Up @@ -148,9 +147,7 @@ public class CSSInjector {
<td>
"""
return style + replacedHTML
}
//swiftlint:enable line_length

}

Check warning

Code scanning / SwiftLint

Lines should not have trailing whitespace Warning

Lines should not have trailing whitespace
}

// Mark - For testing and SwiftUI preview
Expand Down

0 comments on commit cda536a

Please sign in to comment.