From 48291d5212849430631b939b99542e1044dfd10c Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 8 Oct 2018 15:47:21 +0000 Subject: [PATCH] Revert "NEWS: Fix indent [ci skip]" This reverts commit a43d71159fdf208f5ad29fe8f4169e193056caaa. already fixed at r64958 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64969 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c1616f072d..a10ecadc5d 100644 --- a/NEWS +++ b/NEWS @@ -263,8 +263,8 @@ sufficient information, see the ChangeLog file or Redmine * New features: * `Time.new` and `Time#getlocal` accept a timezone object as - well as UTC offset string. `Time#+`, `Time#-` and `Time#succ` - also preserve the timezone. [Feature #14850] + well as UTC offset string. `Time#+`, `Time#-` and `Time#succ` + also preserve the timezone. [Feature #14850] * `TracePoint`