From 3c77213209ff5ed095228ba530dfe41cf0339ba4 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Tue, 12 Dec 2023 11:27:20 +0000 Subject: [PATCH] Remove trailing space This is required to fix ruby/ruby's CI --- lib/irb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/irb.rb b/lib/irb.rb index aef1e69c6..f9c3c1fae 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -23,7 +23,7 @@ require_relative "irb/pager" # == \IRB -# +# # \Module \IRB ("Interactive Ruby") provides a shell-like interface # that supports user interaction with the Ruby interpreter. #