From 4c45801ea09e8c6fd7009585e6ae0af0d36c2462 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Thu, 14 Feb 2019 02:17:15 +0900 Subject: Address to useless assignment `formats = nil` after #35254 https://codeclimate.com/github/rails/rails/pull/35254 --- actionview/test/fixtures/test/_first_layer.html.erb | 2 -- 1 file changed, 2 deletions(-) (limited to 'actionview/test/fixtures') diff --git a/actionview/test/fixtures/test/_first_layer.html.erb b/actionview/test/fixtures/test/_first_layer.html.erb index 9f60d20e24..c1f1acb410 100644 --- a/actionview/test/fixtures/test/_first_layer.html.erb +++ b/actionview/test/fixtures/test/_first_layer.html.erb @@ -2,5 +2,3 @@ [ <%= render(partial: "first").chomp.html_safe %>, ]} - - -- cgit v1.2.3