Browse Source

completed no extra space after

main
pvincent 1 month ago
parent
commit
342d895a1e
  1. 2
      app/controllers/scores_controller.rb
  2. 2
      lib/semantic/log_subscriber.rb

2
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

2
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

Loading…
Cancel
Save