diff options
| author | klensy <klensy@users.noreply.github.com> | 2024-01-11 15:04:48 +0300 |
|---|---|---|
| committer | klensy <klensy@users.noreply.github.com> | 2024-01-11 15:04:48 +0300 |
| commit | aa696c5a228a2c9730227eb5a0e99fb9d85eb61d (patch) | |
| tree | afd10adce7a57c92aec0988955b083b43f73e065 /library/std/tests/process_spawning.rs | |
| parent | 4580f4ab3f098e8f2ff2050626440cba52894c12 (diff) | |
| download | rust-aa696c5a228a2c9730227eb5a0e99fb9d85eb61d.tar.gz rust-aa696c5a228a2c9730227eb5a0e99fb9d85eb61d.zip | |
apply fmt
Diffstat (limited to 'library/std/tests/process_spawning.rs')
| -rw-r--r-- | library/std/tests/process_spawning.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/tests/process_spawning.rs b/library/std/tests/process_spawning.rs index 46dc9ff00bd..59f67f9901f 100644 --- a/library/std/tests/process_spawning.rs +++ b/library/std/tests/process_spawning.rs @@ -1,4 +1,4 @@ -#![cfg(not(target_env="sgx"))] +#![cfg(not(target_env = "sgx"))] use std::env; use std::fs; |
