format fixed

This commit is contained in:
atef 2023-11-27 09:29:44 +01:00
parent 825a6c87bd
commit 9cd85f1d31
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ internal static class Program
private static IModel? _channel; private static IModel? _channel;
private static Boolean _subscribedToQueue = false; private static Boolean _subscribedToQueue = false;
private static Boolean _subscribeToQueueForTheFirstTime = false; private static Boolean _subscribeToQueueForTheFirstTime = false;
private static SalimaxAlarmState _prevSalimaxState = SalimaxAlarmState.Green; private static SalimaxAlarmState _prevSalimaxState = SalimaxAlarmState.Green;
private static Int32 _heartBitInterval = 0; private static Int32 _heartBitInterval = 0;
static Program() static Program()