From 06300685bbb888e35ef13a96b3fcd88e32b69f95 Mon Sep 17 00:00:00 2001 From: Paul Volavsek <24523184+volllly@users.noreply.github.com> Date: Mon, 6 May 2024 11:38:25 +0200 Subject: [PATCH] Update HostCommand.cs --- src/fiskaltrust.Launcher/Commands/HostCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fiskaltrust.Launcher/Commands/HostCommand.cs b/src/fiskaltrust.Launcher/Commands/HostCommand.cs index 89b0659f..aeb52f9c 100644 --- a/src/fiskaltrust.Launcher/Commands/HostCommand.cs +++ b/src/fiskaltrust.Launcher/Commands/HostCommand.cs @@ -24,7 +24,7 @@ using ILogger = Microsoft.Extensions.Logging.ILogger; using fiskaltrust.Launcher.Factories; using fiskaltrust.ifPOS.v1.at; - +//test namespace fiskaltrust.Launcher.Commands { public class HostCommand : Command