mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
Cargo fmt
This commit is contained in:
parent
3e973ed304
commit
ed848615ac
1 changed files with 1 additions and 1 deletions
|
@ -1433,7 +1433,7 @@ fn variables_completions() {
|
|||
let _ = suggestions.remove(0);
|
||||
match_suggestions(&expected, &suggestions);
|
||||
}
|
||||
|
||||
|
||||
// Test completions for $env
|
||||
let suggestions = completer.complete("$env.T", 6);
|
||||
|
||||
|
|
Loading…
Reference in a new issue