Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed May 7, 2024
1 parent c2720dc commit 7257617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Nuke/Pipeline/ImagePipeline.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import AppKit
public final class ImagePipeline: @unchecked Sendable {
/// Returns the shared image pipeline.
public static var shared: ImagePipeline {
get { _shared.value}
get { _shared.value }
set { _shared.value = newValue }
}

Expand Down

0 comments on commit 7257617

Please sign in to comment.