From 98776908265c4b4d6e6a3a41df0f8e534b44e406 Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Fri, 27 May 2022 23:02:33 +0200 Subject: ide: format code --- Scripts/OutputRow.cs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Scripts/OutputRow.cs') 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 = ""; -- cgit v1.2.3