From 69c49739dd3fc070a2e85327ff73375c40ddd9a0 Mon Sep 17 00:00:00 2001 From: Daniel Castro Date: Fri, 7 Jun 2024 16:37:59 +0200 Subject: [PATCH] cleanup --- bin/project | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/project b/bin/project index 0d5178605a..f1f6c9bc4a 100755 --- a/bin/project +++ b/bin/project @@ -590,7 +590,6 @@ generate_repo_constructor() { go-utils.find_interfaces repo_interfaces $repos for iface in "${repo_interfaces[@]}"; do - local struct_init+=("${iface}: ${iface,}") local struct_fields+=("${iface} ${iface}") done