diff --git a/common/cros-fuzz/Cargo.toml b/common/cros-fuzz/Cargo.toml index d2facca0ad..e91baf2e45 100644 --- a/common/cros-fuzz/Cargo.toml +++ b/common/cros-fuzz/Cargo.toml @@ -8,4 +8,4 @@ include = ["Cargo.toml", "src/*.rs"] [dependencies] rand_core = "0.4" -[workspace] \ No newline at end of file +[workspace] diff --git a/cros_async/Cargo.toml b/cros_async/Cargo.toml index 9b1299ebb1..cd9417c761 100644 --- a/cros_async/Cargo.toml +++ b/cros_async/Cargo.toml @@ -30,4 +30,4 @@ futures-executor = { version = "0.3", features = ["thread-pool"] } futures-util = "0.3" tempfile = { path = "../tempfile" } # provided by ebuild -[workspace] \ No newline at end of file +[workspace] diff --git a/fuse/Cargo.toml b/fuse/Cargo.toml index 17e9268435..b81cd6cf1a 100644 --- a/fuse/Cargo.toml +++ b/fuse/Cargo.toml @@ -13,4 +13,4 @@ bitflags = "1" data_model = "*" enumn = { path = "../enumn" } libc = "*" -thiserror = "1.0.20" \ No newline at end of file +thiserror = "1.0.20"