diff --git a/samples/InteractionFramework/Program.cs b/samples/InteractionFramework/Program.cs index 8fb143059..c6188e3a6 100644 --- a/samples/InteractionFramework/Program.cs +++ b/samples/InteractionFramework/Program.cs @@ -67,7 +67,7 @@ namespace InteractionFramework #if DEBUG return true; #else - return false; + return false; #endif } }