From 573c344e7a06323faf851f1eb2b520c7f1676a00 Mon Sep 17 00:00:00 2001 From: "guillem.cordoba" Date: Mon, 25 Mar 2024 11:53:41 +0100 Subject: [PATCH] Format --- crates/integrity/zome.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/integrity/zome.nix b/crates/integrity/zome.nix index d1af02bb2..4be0ab3cc 100644 --- a/crates/integrity/zome.nix +++ b/crates/integrity/zome.nix @@ -13,7 +13,7 @@ packages.profiles_integrity = inputs.hcInfra.outputs.lib.rustZome { workspacePath = rootPath; holochain = inputs'.holochain; - crateCargoToml = ./Cargo.toml; + crateCargoToml = ./Cargo.toml; }; }; }