Skip to content

Commit f47e027

Browse files
committed
run formatter
1 parent 3818b7c commit f47e027

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

lib/scenic/component/input/radio_button.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ defmodule Scenic.Component.Input.RadioButton do
3535

3636
# import IEx
3737

38-
#--------------------------------------------------------
38+
# --------------------------------------------------------
3939
@doc false
4040
def info(data) do
4141
"""

lib/scenic/component/input/radio_group.ex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
defmodule Scenic.Component.Input.RadioGroup do
2-
32
@moduledoc """
43
Add a radio group to a graph
54
@@ -84,7 +83,7 @@ defmodule Scenic.Component.Input.RadioGroup do
8483

8584
@line_height 22
8685

87-
#--------------------------------------------------------
86+
# --------------------------------------------------------
8887
@doc false
8988
def info(data) do
9089
"""

lib/scenic/component/input/toggle.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ defmodule Scenic.Component.Input.Toggle do
9595
}
9696
end
9797

98-
#--------------------------------------------------------
98+
# --------------------------------------------------------
9999
@doc false
100100
def info(data) do
101101
"""

0 commit comments

Comments
 (0)