Skip to content

Commit 61bccc4

Browse files
committed
fixed code style
1 parent 7428a21 commit 61bccc4

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

app/cells/plugins/core/float_cell.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def render_label
4242
def render_input
4343
@options[:form].number_field 'data[float]', value: value, placeholder: @options[:placeholder], step: step, max: max, min: min , class: 'mdl-textfield__input'
4444
end
45-
4645
end
4746
end
4847
end

app/cells/plugins/core/integer_cell.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def render_label
3838
def render_input
3939
@options[:form].number_field 'data[integer]', value: value, placeholder: @options[:placeholder] , max: max, min: min, class: 'mdl-textfield__input'
4040
end
41-
4241
end
4342
end
4443
end

app/cells/plugins/core/text_cell.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def render_wysiwyg
5252
def render_multiline_input
5353
@options[:form].text_area 'data[text]', value: value , placeholder: @options[:placeholder], rows: input_display&.[](:rows) , class: 'mdl-textfield__input'
5454
end
55-
5655
end
5756
end
5857
end

0 commit comments

Comments
 (0)