mirror of
https://github.com/nushell/nushell.git
synced 2025-08-13 20:07:13 +02:00
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:
@ -20,7 +20,7 @@ Create a custom error for a custom command
|
||||
```shell
|
||||
> def foo [x] {
|
||||
let span = (metadata $x).span;
|
||||
error make {msg: "this is fishy", label: {text: "fish right here", start: $span.start, end: $span.end } }
|
||||
error make {msg: "this is fishy", label: {text: "fish right here", start: $span.start, end: $span.end } }
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user