diff options
| author | Castor Regex <[email protected]> | 2025-08-25 10:15:39 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-25 10:15:39 -0500 |
| commit | 0b2ec9ce15cf17f12c6457396a9579d943115d67 (patch) | |
| tree | 1f64f1f424496a930ee8fa2698fdecc19b36005e /terminal_width.go | |
| parent | c39a2f31e65f6931b6752e89c9566613e8993c34 (diff) | |
fix: correct build errors and clean up code
Diffstat (limited to 'terminal_width.go')
| -rw-r--r-- | terminal_width.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/terminal_width.go b/terminal_width.go index 3421330..fe623c6 100644 --- a/terminal_width.go +++ b/terminal_width.go @@ -13,4 +13,4 @@ func getTerminalWidth() int { return 80 } return width -}
\ No newline at end of file +} |
