diff options
| author | Mason Reed <mason@vector35.com> | 2025-07-28 20:33:46 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-07-28 20:33:56 -0400 |
| commit | 464dda74bdfd75b498df367cbc19aebd907e36dc (patch) | |
| tree | e457c81602769b8089fe178b09dc95a22548afb6 /plugins/warp | |
| parent | 490ffa62a86085c02c5a3bd857791a27e60d58b6 (diff) | |
[Rust] Misc formatting
Diffstat (limited to 'plugins/warp')
| -rw-r--r-- | plugins/warp/tests/determinism.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/warp/tests/determinism.rs b/plugins/warp/tests/determinism.rs index 76c666a1..e0568794 100644 --- a/plugins/warp/tests/determinism.rs +++ b/plugins/warp/tests/determinism.rs @@ -18,7 +18,7 @@ static TARGET_FILES: [&str; 10] = [ "atof.obj", "atoldbl.obj", "atox.obj", - "ls" + "ls", ]; #[test] |
