From 30d89ecd2ed18e8f70faaed8ef536e4c2881662c Mon Sep 17 00:00:00 2001 From: James Date: Tue, 24 Sep 2024 12:51:52 -0400 Subject: [PATCH] nit: newline at eof --- crates/json-rpc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/json-rpc/Cargo.toml b/crates/json-rpc/Cargo.toml index 5f781780016..b67408ba2d8 100644 --- a/crates/json-rpc/Cargo.toml +++ b/crates/json-rpc/Cargo.toml @@ -30,4 +30,4 @@ async-trait = { workspace = true, optional = true } axum = { version = "0.7.6", features = ["json"], optional = true } [features] -axum = ["dep:axum"] \ No newline at end of file +axum = ["dep:axum"]