Commit 7334a4a
committed
Tables: actually use null for null column headers
If the map has a null key, use null for that column header. The Table
API does allow for null column headers (which means no header), so
there is no need to label that header with a string like "<null>".1 parent 8f7d41a commit 7334a4a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments