Remove trailing whitespace (#10723)
# Objective - Make CI green. ## Solution - Remove one (1) space. --------- Co-authored-by: Alice Cecile <alice.i.cecil@gmail.com>
This commit is contained in:
parent
11b1b3a24f
commit
1065028154
@ -32,7 +32,7 @@ async-lock = "3.0"
|
|||||||
crossbeam-channel = "0.5"
|
crossbeam-channel = "0.5"
|
||||||
downcast-rs = "1.2"
|
downcast-rs = "1.2"
|
||||||
futures-io = "0.3"
|
futures-io = "0.3"
|
||||||
futures-lite = "2.0.1"
|
futures-lite = "2.0.1"
|
||||||
blake3 = "1.5"
|
blake3 = "1.5"
|
||||||
parking_lot = { version = "0.12", features = ["arc_lock", "send_guard"] }
|
parking_lot = { version = "0.12", features = ["arc_lock", "send_guard"] }
|
||||||
ron = "0.8"
|
ron = "0.8"
|
||||||
|
@ -75,7 +75,7 @@ smallvec = { version = "1.6", features = ["union", "const_generics"] }
|
|||||||
downcast-rs = "1.2.0"
|
downcast-rs = "1.2.0"
|
||||||
thread_local = "1.1"
|
thread_local = "1.1"
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
futures-lite = "2.0.1"
|
futures-lite = "2.0.1"
|
||||||
hexasphere = "9.0"
|
hexasphere = "9.0"
|
||||||
ddsfile = { version = "0.5.0", optional = true }
|
ddsfile = { version = "0.5.0", optional = true }
|
||||||
ktx2 = { version = "0.3.0", optional = true }
|
ktx2 = { version = "0.3.0", optional = true }
|
||||||
|
Loading…
Reference in New Issue
Block a user