mirror of
https://github.com/nushell/nushell
synced 2025-01-13 21:55: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);
|
let _ = suggestions.remove(0);
|
||||||
match_suggestions(&expected, &suggestions);
|
match_suggestions(&expected, &suggestions);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Test completions for $env
|
// Test completions for $env
|
||||||
let suggestions = completer.complete("$env.T", 6);
|
let suggestions = completer.complete("$env.T", 6);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue