Skip to content

Commit

Permalink
add empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jakrzus committed May 4, 2023
1 parent 690e837 commit 85f4fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/dots/_dot.html.erb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<%= render DotComponent.new(dot: dot) %>
<%= render DotComponent.new(dot: dot) %>
2 changes: 1 addition & 1 deletion app/views/dots/update.turbo_stream.erb
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<%= turbo_stream.update @dot %>
<%= turbo_stream.update @previous_dot if @previous_dot && @previous_dot != @dot%>
<%= turbo_stream.update @previous_dot if @previous_dot && @previous_dot != @dot%>

0 comments on commit 85f4fe0

Please sign in to comment.