Remove whitespace

This commit is contained in:
Maximilian Grundke
2017-09-13 08:28:13 +02:00
parent 6bf7aee948
commit 3f40a6f29c

View File

@ -53,8 +53,6 @@ class CommentsController < ApplicationController
respond_to do |format|
if @comment.save
if comment_params[:request_id]
request_for_comment = RequestForComment.find(comment_params[:request_id])
send_mail_to_author @comment, request_for_comment