From 40a9d99496e098562f090fb7ffce9e749011b131 Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Mon, 20 May 2024 17:58:16 -0400 Subject: Formatting pass --- .../src/main/java/net/wotonomy/web/WORadioButton.java | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WORadioButton.java') diff --git a/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WORadioButton.java b/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WORadioButton.java index 386218c..b06b052 100644 --- a/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WORadioButton.java +++ b/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WORadioButton.java @@ -5,16 +5,16 @@ import net.wotonomy.foundation.NSDictionary; public class WORadioButton extends WOCheckBox { - public WORadioButton() { - super(); - } + public WORadioButton() { + super(); + } - public WORadioButton(String aName, NSDictionary assocs, WOElement template) { - super(aName, assocs, template); - } + public WORadioButton(String aName, NSDictionary assocs, WOElement template) { + super(aName, assocs, template); + } - protected String inputType() { - return "RADIO"; - } + protected String inputType() { + return "RADIO"; + } } -- cgit v1.2.3