Skip to content

Commit

Permalink
Change width
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Nov 28, 2024
1 parent 47a1b84 commit 8002658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansi/eucalyptus-ansi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ package logFormats:
private val indent = e" "*46

given Message is Inscribable in Teletype as ansiStandard = (event, level, realm, timestamp) =>
try event.teletype.cut(t"\n").flatMap(_.slices(66)) match
try event.teletype.cut(t"\n").flatMap(_.slices(76)) match
case Nil => e""
case head :: tail =>
val date = dateFormat.format(timestamp).nn.tt
Expand Down

0 comments on commit 8002658

Please sign in to comment.