Skip to content

Commit

Permalink
[rec] remove empty line after %rec to accommodate loader
Browse files Browse the repository at this point in the history
  • Loading branch information
saulpw committed May 16, 2024
1 parent 000a778 commit a52a75f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion visidata/loaders/rec.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def save_rec(vd, p, *vsheets):
if comments:
fp.write('# ' + '\n# '.join(comments) + '\n')
fp.write('%rec: ' + vs.name + '\n')
fp.write('\n')
for col in vs.visibleCols:
if col.keycol:
fp.write('%key: ' + col.name + '\n')
Expand Down

0 comments on commit a52a75f

Please sign in to comment.