Skip to content

Commit 5c07b3f

Browse files
committed
1 parent 427549a commit 5c07b3f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

crates/vite_task_plan/src/envs.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,7 @@ mod tests {
255255

256256
let _result = EnvFingerprints::resolve(&mut all_envs, &env_config).unwrap();
257257

258-
assert_eq!(
259-
all_envs.get(OsStr::new("FORCE_COLOR")).unwrap().to_str().unwrap(),
260-
"1"
261-
);
258+
assert_eq!(all_envs.get(OsStr::new("FORCE_COLOR")).unwrap().to_str().unwrap(), "1");
262259
}
263260

264261
#[test]

0 commit comments

Comments
 (0)