From 229286be544e76771d2a64637b3c692e51cbd878 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 18 May 2018 06:27:05 +0000 Subject: quiet mismatched indentation warnings Ruby trunk started warning about more mismatched indentations starting around r62836. --- lib/rainbows/fiber/io.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rainbows/fiber/io.rb') diff --git a/lib/rainbows/fiber/io.rb b/lib/rainbows/fiber/io.rb index 111132f..dcd8c14 100644 --- a/lib/rainbows/fiber/io.rb +++ b/lib/rainbows/fiber/io.rb @@ -37,8 +37,8 @@ class Rainbows::Fiber::IO buf = readpartial(16384) yield buf yield buf while readpartial(16384, buf) - rescue EOFError - self + rescue EOFError + self end def closed? -- cgit v1.2.3-24-ge0c7