[前][次][番号順一覧][スレッド一覧]

ruby-changes:62806

From: Nobuyoshi <ko1@a...>
Date: Wed, 2 Sep 2020 14:41:13 +0900 (JST)
Subject: [ruby-changes:62806] 6321330461 (master): Removed trailing spaces [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=6321330461

From 6321330461a31126d92314d379faf62d0f0ea46a Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Wed, 2 Sep 2020 12:44:28 +0900
Subject: Removed trailing spaces [ci skip]


diff --git a/range.c b/range.c
index 59d8aef..224e5d3 100644
--- a/range.c
+++ b/range.c
@@ -1215,7 +1215,7 @@ range_min(int argc, VALUE *argv, VALUE range) https://github.com/ruby/ruby/blob/trunk/range.c#L1215
  *  range are integers), and no arguments or block are provided, returns
  *  last value in the range (1 before the end).  Otherwise, if +self+ is
  *  an exclusive, numeric range, raises a TypeError.
- * 
+ *
  *  Returns +nil+ if the begin value of the range larger than the
  *  end value. Returns +nil+ if the begin value of an exclusive
  *  range is equal to the end value.  Raises a RangeError if called on
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]