From 342d895a1ec89a97c433263295bcdb9601189856 Mon Sep 17 00:00:00 2001 From: pvincent Date: Mon, 9 Sep 2024 21:35:02 +0400 Subject: [PATCH] completed no extra space after --- app/controllers/scores_controller.rb | 2 +- lib/semantic/log_subscriber.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/scores_controller.rb b/app/controllers/scores_controller.rb index 43a20c5..72df508 100644 --- a/app/controllers/scores_controller.rb +++ b/app/controllers/scores_controller.rb @@ -37,7 +37,7 @@ class ScoresController < ApplicationController end def destroy - raise 'not permitted' + raise 'azazazaza' # @score.destroy! # redirect_to scores_url, notice: 'Score was successfully destroyed.', status: :see_other diff --git a/lib/semantic/log_subscriber.rb b/lib/semantic/log_subscriber.rb index f7cfb7e..3407393 100644 --- a/lib/semantic/log_subscriber.rb +++ b/lib/semantic/log_subscriber.rb @@ -71,7 +71,7 @@ module Semantic dimensions = case status_family when 2 - Semantic::AnsiDimensions.new(rails: TERMINUS_STRING, after: 1) + Semantic::AnsiDimensions.new(rails: TERMINUS_STRING) when 3 Semantic::AnsiDimensions.new(rails: '╙║╜') when 4