Skip to content

Commit

Permalink
Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrapperon authored and github-actions[bot] committed Apr 23, 2023
1 parent c73a674 commit 53fadfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
import Foundation

@_transparent
@usableFromInline
@inline(__always)
Expand Down
2 changes: 1 addition & 1 deletion Sources/LoggerDependency/Logger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/// the `.unimplemented` logger.
public static var testValue: Logger { Logger() }
public static var previewValue: Logger { Logger() }

/// A `Logger` that fails when accessed while testing.
public static var unimplemented: Logger {
XCTFail(#"Unimplemented: @Dependency(\.logger)"#)
Expand Down

0 comments on commit 53fadfd

Please sign in to comment.