Skip to content

Commit

Permalink
chore(647): remove useless whitespaces
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
  • Loading branch information
pylapp committed Jan 26, 2024
1 parent bfbd523 commit 2f0854e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ public struct ODSCardSmall: View {
// ===========================================

private struct AccessibleMultilineTextAlignment: ViewModifier {

@Environment(\.sizeCategory) private var sizeCategory

func body(content: Content) -> some View {
if sizeCategory.isAccessibilityCategory {
content.multilineTextAlignment(.leading)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ struct AppsPlusRepository: MoreAppsRepositoryProtocol {
urlSession.sessionDescription = "ODS - MoreApps - AppsPlus Session" // Mainly for Instruments debuging
return urlSession
}

/// Returns from the cache directory the content previously picked from AppsPlus backend, or nil if error occured
/// - Returns MoreAppsList?
private func cachedMoreAppsList(for request: URLRequest) -> MoreAppsList? {
Expand Down

0 comments on commit 2f0854e

Please sign in to comment.