aboutsummaryrefslogtreecommitdiffstats
path: root/ui.go
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2023-07-29 12:09:17 -0230
committerSam Anthony <sam@samanthony.xyz>2023-07-29 12:09:17 -0230
commit9a86d5718dcf0d0242a1caf4629ba683972d6dc2 (patch)
treec9b20d15b17d211ff99606aaccd216956482eab9 /ui.go
parente8d2f184a7a069dcee6e7b5bd2df7dc58bf90320 (diff)
downloadpfc-9a86d5718dcf0d0242a1caf4629ba683972d6dc2.zip
move comment
Diffstat (limited to 'ui.go')
-rw-r--r--ui.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui.go b/ui.go
index b3e9c1f..af4d101 100644
--- a/ui.go
+++ b/ui.go
@@ -97,8 +97,7 @@ func (ui UI) View() string {
}
func padding(ui UI) string {
- // Number of lines occupied by each ui element.
- var (
+ var ( // Number of lines occupied by each ui element.
anglem = 1
stack = len(ui.calc.stack) + 2
buf = 3