From 3f40a6f29cb3491bf2dadc3a367257e940b83b2d Mon Sep 17 00:00:00 2001 From: Maximilian Grundke Date: Wed, 13 Sep 2017 08:28:13 +0200 Subject: [PATCH] Remove whitespace --- app/controllers/comments_controller.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/controllers/comments_controller.rb b/app/controllers/comments_controller.rb index a58273b3..3094e4d3 100644 --- a/app/controllers/comments_controller.rb +++ b/app/controllers/comments_controller.rb @@ -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