From 9300b786f86ea3507b9a0c9acf19a11f132343a7 Mon Sep 17 00:00:00 2001 From: Oleksandr Pravdyvyi Date: Fri, 14 Feb 2025 11:08:28 +0200 Subject: [PATCH] fix: taplo fmt --- common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Cargo.toml b/common/Cargo.toml index 6fe2228..0c4664f 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -13,4 +13,4 @@ monotree.workspace = true risc0-zkvm = { git = "https://github.com/risc0/risc0.git", branch = "release-1.2" } [dependencies.rpc_primitives] -path = "../rpc_primitives" \ No newline at end of file +path = "../rpc_primitives"