From 21502a58546ecffb25584f7b5bd1c9c86bf8c49d Mon Sep 17 00:00:00 2001 From: Emotion Date: Tue, 3 Oct 2023 01:07:11 +1300 Subject: [PATCH] stop yelling at me file --- source/toki/symbols.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/toki/symbols.d b/source/toki/symbols.d index 02d6f25..7b2f5e4 100644 --- a/source/toki/symbols.d +++ b/source/toki/symbols.d @@ -127,7 +127,7 @@ public enum Toki { wawa, weka, wile -}; +} private Toki[string] getTable() { Toki[string] table;