Browse Source

Fix indentation.

pull/2551/head
NaN GitHub 2 years ago
parent
commit
da1ed156be
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      samples/InteractionFramework/Program.cs

+ 1
- 1
samples/InteractionFramework/Program.cs View File

@@ -67,7 +67,7 @@ namespace InteractionFramework
#if DEBUG
return true;
#else
return false;
return false;
#endif
}
}


Loading…
Cancel
Save