refactor(ui): Adjust playback format width to 100 characters
This commit is contained in:
parent
1fb23427bd
commit
02dd197abc
|
@ -14,7 +14,7 @@ import (
|
|||
"go.wit.com/lib/protobuf/chatpb"
|
||||
)
|
||||
|
||||
const termWidth = 120 // The target width for the formatted output boxes.
|
||||
const termWidth = 100 // The target width for the formatted output boxes.
|
||||
|
||||
// prettyFormatChat is the main entry point to print a detailed view of a Chat topic.
|
||||
func prettyFormatChat(chat *chatpb.Chat) {
|
||||
|
|
Loading…
Reference in New Issue