removed trailing newline

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2024-03-06 08:43:42 +01:00
parent ff2305a89f
commit f0041b543d
No known key found for this signature in database

View File

@ -50,7 +50,6 @@ func (k msgServer) AttestMachine(goCtx context.Context, msg *types.MsgAttestMach
} else { } else {
util.GetAppLogger().Info(ctx, "Machine NFT issuance successful: "+msg.Machine.String()) util.GetAppLogger().Info(ctx, "Machine NFT issuance successful: "+msg.Machine.String())
} }
} else { } else {
util.GetAppLogger().Info(ctx, "Not block proposer: skipping Machine NFT issuance") util.GetAppLogger().Info(ctx, "Not block proposer: skipping Machine NFT issuance")
} }