mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-19 19:44:31 +00:00
minor: format editor/code
This commit is contained in:
parent
bba8d2dc02
commit
2983ce8b9e
3 changed files with 14 additions and 13 deletions
|
|
@ -1145,7 +1145,7 @@ function isUpdatingTest(runnable: ra.Runnable): boolean {
|
|||
}
|
||||
|
||||
const env = runnable.args.environment;
|
||||
return env ? ['UPDATE_EXPECT', 'INSTA_UPDATE', 'SNAPSHOTS'].some(key => key in env) : false;
|
||||
return env ? ["UPDATE_EXPECT", "INSTA_UPDATE", "SNAPSHOTS"].some((key) => key in env) : false;
|
||||
}
|
||||
|
||||
export function runSingle(ctx: CtxInit): Cmd {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue