From da1ed156be87945c717e149509892bf2c80bdb1c Mon Sep 17 00:00:00 2001 From: NaN <107165614+SecondNewtonLaw@users.noreply.github.com> Date: Thu, 9 Feb 2023 23:33:34 -0300 Subject: [PATCH] Fix indentation. --- samples/InteractionFramework/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }