aboutsummaryrefslogtreecommitdiff
path: root/src/f.bqn
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-07-04 22:26:52 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-07-04 22:33:38 -0400
commit58fe852f79227f44eecb152ca0a0c64438bd7ae8 (patch)
treee0b61e9c90c34012cce114ce94977640e5866a15 /src/f.bqn
parent949c1a5edcc723faaf94dabbc7e39135ee643d92 (diff)
Fix fills in format of empty-row table
Diffstat (limited to 'src/f.bqn')
-rw-r--r--src/f.bqn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/f.bqn b/src/f.bqn
index fe5b8d28..fecd9638 100644
--- a/src/f.bqn
+++ b/src/f.bqn
@@ -41,7 +41,7 @@
}
FmtEmpty ← (0‿0≢≢)◶("┌┐"≍"└┘")‿(((2≠=)∨0=≠)◶{
- '┐'⌾(0‿¯1⊸⊑) 2 Enframe 1 PadH " "¨𝕩
+ '┐'⌾(0‿¯1⊸⊑) 2 Enframe 1 PadH ' '¨𝕩
}‿{
≍(1<≠)◶⟨"⟨⟩",'↕'⌾⊑·∾·"‿"⊸∾¨FN¨⟩≢𝕩
})