Skip to content

Commit

Permalink
Misc formatting changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonystone committed Sep 13, 2019
1 parent bacc15a commit f0a4b8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/TraceLog/Internal/Proxies/AsyncWriterProxy.swift
Original file line number Diff line number Diff line change
@@ -51,6 +51,7 @@ internal class AsyncWriterProxy: WriterProxy {
switch option {

/// Enable buffering
///
case ._buffer(let writeInterval, let strategy):

let writeTimer = BlockTimer(deadline: .now() + writeInterval, repeating: writeInterval, queue: self.queue)
@@ -189,6 +190,7 @@ private class LogEntryQueue {
}

/// Now add the new element
///
storage.append(element)
}

@@ -204,4 +206,3 @@ private class LogEntryQueue {
return storage[0]
}
}

0 comments on commit f0a4b8f

Please sign in to comment.