Strip trailing whitespace in files (#4575)

* Strip trailing whitespace in rs files

* Strip trailing whitespace in toml files

* Strip trailing whitespace in md files

* Strip trailing whitespace in nu files
This commit is contained in:
Joseph T. Lyons
2022-02-21 08:38:15 -05:00
committed by GitHub
parent 968427c4e9
commit 4f367a59de
33 changed files with 83 additions and 83 deletions

View File

@ -4,7 +4,7 @@ layout: command
version: 0.59.0
---
Convert table into .csv text
Convert table into .csv text
## Signature
@ -24,6 +24,6 @@ Outputs an CSV string representing the contents of this table
Outputs an CSV string representing the contents of this table
```shell
> [[foo bar]; [1 2]] | to csv -s ';'
> [[foo bar]; [1 2]] | to csv -s ';'
```