Skip to content

Commit

Permalink
Correct Default type changing to enum so it can't be allocated. (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonystone authored Feb 5, 2019
1 parent 21ef238 commit 271d183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TraceLog/Writers & Formatters/TextFormat.swift
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public struct TextFormat: OutputStreamFormatter {

/// Default values used for TextFormat
///
public struct Default {
public enum Default {

/// Default template to use to output message in.
///
Expand Down

0 comments on commit 271d183

Please sign in to comment.