File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
lib/scenic/component/input Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ defmodule Scenic.Component.Input.RadioButton do
35
35
36
36
# import IEx
37
37
38
- #--------------------------------------------------------
38
+ # --------------------------------------------------------
39
39
@ doc false
40
40
def info ( data ) do
41
41
"""
Original file line number Diff line number Diff line change 1
1
defmodule Scenic.Component.Input.RadioGroup do
2
-
3
2
@ moduledoc """
4
3
Add a radio group to a graph
5
4
@@ -84,7 +83,7 @@ defmodule Scenic.Component.Input.RadioGroup do
84
83
85
84
@ line_height 22
86
85
87
- #--------------------------------------------------------
86
+ # --------------------------------------------------------
88
87
@ doc false
89
88
def info ( data ) do
90
89
"""
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ defmodule Scenic.Component.Input.Toggle do
95
95
}
96
96
end
97
97
98
- #--------------------------------------------------------
98
+ # --------------------------------------------------------
99
99
@ doc false
100
100
def info ( data ) do
101
101
"""
You can’t perform that action at this time.
0 commit comments