fix: added leading space

This commit is contained in:
itsvyle 2026-03-06 14:25:37 +01:00 committed by sxyazi
parent 5a7697bb40
commit 3909f55097
No known key found for this signature in database

View file

@ -21,7 +21,7 @@ yazi-shared = { path = "../yazi-shared", version = "26.2.2" }
# External dependencies
anyhow = { workspace = true }
chrono = {workspace = true}
chrono = { workspace = true}
deadpool = { version = "0.13.0", default-features = false, features = [ "managed", "rt_tokio_1" ] }
either = { workspace = true }
futures = { workspace = true }