diff --git a/src/Util.cs b/src/Util.cs index 3ff6789..2ae75a8 100644 --- a/src/Util.cs +++ b/src/Util.cs @@ -46,6 +46,8 @@ internal static class Util { processor(line); } + + return; } // typeof(Util) is not technically correct since what we need is the "default namespace,"