From c7e36328c69e8363928390fa8ee909d7a1cfd5b0 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Mon, 21 Oct 2013 10:15:47 +0400 Subject: [PATCH] * indent/ruby.rb: Fix a typo --- test/indent/ruby.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb index c898dbc5cf8..198ad6384f0 100644 --- a/test/indent/ruby.rb +++ b/test/indent/ruby.rb @@ -182,7 +182,7 @@ and_this_one(has) { |block, parameters| tee } -if foo + +if foo && bar end -- 2.39.2