diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-05-27 23:02:33 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-05-27 23:02:33 +0200 |
| commit | 98776908265c4b4d6e6a3a41df0f8e534b44e406 (patch) | |
| tree | a545b4b3bcb487340a4689e7392ef1fa55fd2eb8 /Scripts/OutputRow.cs | |
| parent | d1118dc7d1b2fbb5efd67f06cef5a1fee392ba00 (diff) | |
| download | texty-98776908265c4b4d6e6a3a41df0f8e534b44e406.tar.xz texty-98776908265c4b4d6e6a3a41df0f8e534b44e406.zip | |
ide: format code
Diffstat (limited to 'Scripts/OutputRow.cs')
| -rw-r--r-- | Scripts/OutputRow.cs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Scripts/OutputRow.cs b/Scripts/OutputRow.cs index 13d9293..cfbb2e7 100644 --- a/Scripts/OutputRow.cs +++ b/Scripts/OutputRow.cs @@ -5,11 +5,8 @@ namespace Texty.Scripts { public abstract class OutputRow : VBoxContainer { - [Signal] - public delegate void InputTextChanged(string newText); - - [Signal] - public delegate void OutputTextChanged(string newText); + [Signal] public delegate void InputTextChanged(string newText); + [Signal] public delegate void OutputTextChanged(string newText); private string _inputText = ""; private string _outputText = ""; |
