diff options
Diffstat (limited to 'prettyFormat.go')
| -rw-r--r-- | prettyFormat.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prettyFormat.go b/prettyFormat.go index 5706f92..2c07c0e 100644 --- a/prettyFormat.go +++ b/prettyFormat.go @@ -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) { |
