From 8627455ed766ace3bdd43720bd92dd30736fe3c7 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 6 Oct 2025 09:01:09 -0400 Subject: [PATCH] Maintain consistent comments --- NDecrypt/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/NDecrypt/Program.cs b/NDecrypt/Program.cs index 6589259..ea1d819 100644 --- a/NDecrypt/Program.cs +++ b/NDecrypt/Program.cs @@ -10,6 +10,7 @@ namespace NDecrypt { public static void Main(string[] args) { + // Create the command set var commandSet = CreateCommands(); // If we have no args, show the help and quit