Skip to content

Commit

Permalink
Format Swift code
Browse files Browse the repository at this point in the history
  • Loading branch information
slashmo committed Mar 27, 2024
1 parent 543a26f commit b15c003
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Sources/OTel/Logging/OTelLogHandler.swift
Expand Up @@ -15,7 +15,6 @@ import AsyncAlgorithms
import Logging
import NIOConcurrencyHelpers
import ServiceLifecycle
import Logging
import Tracing

@_spi(Logging)
Expand Down
Expand Up @@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//

import ServiceLifecycle
import ServiceContextModule
import ServiceLifecycle

/// Log processors allow for processing logs throughout their lifetime via ``onStart(_:parentContext:)`` and ``onEnd(_:)`` calls.
/// Usually, log processors will forward logs to a configurable ``OTelLogEntryExporter``.
Expand Down

0 comments on commit b15c003

Please sign in to comment.