From 0eaa45e2327a1a44860ee923c609e0dcce9b6378 Mon Sep 17 00:00:00 2001 From: gaetan cabaret Date: Wed, 5 Jun 2024 15:13:07 +0200 Subject: [PATCH] fix(cli): apply @leopaul36 suggestion --- crates/ash_cli/src/utils/templating.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/crates/ash_cli/src/utils/templating.rs b/crates/ash_cli/src/utils/templating.rs index f987165..16eae32 100644 --- a/crates/ash_cli/src/utils/templating.rs +++ b/crates/ash_cli/src/utils/templating.rs @@ -1177,9 +1177,6 @@ pub(crate) fn template_blockscout_props_table( .unwrap_or_default() ), ]); - - // TODO: Add the rest of the Subnet properties - props_table }