resharper ignore "typo"
This commit is contained in:
parent
3a61b1e80b
commit
b213d97537
|
@ -7,6 +7,7 @@ namespace InnovEnergy.App.SaliMax;
|
|||
public static class Watchdog
|
||||
{
|
||||
// "it is generally recommended to ignore the return value of this call. "
|
||||
// ReSharper disable once StringLiteralTypo
|
||||
[DllImport("libsystemd.so.0")]
|
||||
private static extern Int32 sd_notify(Int32 unsetEnvironment, String state);
|
||||
|
||||
|
|
Loading…
Reference in New Issue