From 6b04c1d6c12f87cbb645be37fbea46873bb4439e Mon Sep 17 00:00:00 2001 From: Andrew Konchin Date: Thu, 9 May 2024 20:03:49 +0300 Subject: [PATCH] Fix trailing new line in core/warning/performance_warning_spec.rb --- core/warning/performance_warning_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/warning/performance_warning_spec.rb b/core/warning/performance_warning_spec.rb index 68c1854c6..ab0badcd3 100644 --- a/core/warning/performance_warning_spec.rb +++ b/core/warning/performance_warning_spec.rb @@ -25,4 +25,4 @@ def +(...) end end end -end \ No newline at end of file +end