- Improve debug output

This commit is contained in:
Stone-Red-Code
2021-10-14 15:03:44 +02:00
parent 80fda48944
commit e6d31c8277
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ namespace YesNt.CodeEditor
{
internal class InputHandler
{
private TextEditor textEditor;
private readonly TextEditor textEditor;
public InputHandler(TextEditor textEditor)
{