From f0041b543db45f68435381bb6282bd34bf5f2c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Wed, 6 Mar 2024 08:43:42 +0100 Subject: [PATCH] removed trailing newline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- x/machine/keeper/msg_server_attest_machine.go | 1 - 1 file changed, 1 deletion(-) diff --git a/x/machine/keeper/msg_server_attest_machine.go b/x/machine/keeper/msg_server_attest_machine.go index b8fd34e..5176bab 100644 --- a/x/machine/keeper/msg_server_attest_machine.go +++ b/x/machine/keeper/msg_server_attest_machine.go @@ -50,7 +50,6 @@ func (k msgServer) AttestMachine(goCtx context.Context, msg *types.MsgAttestMach } else { util.GetAppLogger().Info(ctx, "Machine NFT issuance successful: "+msg.Machine.String()) } - } else { util.GetAppLogger().Info(ctx, "Not block proposer: skipping Machine NFT issuance") }