Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jul 19, 2018
1 parent 189d378 commit 9d845e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S32-temporal/DateTime.t
Expand Up @@ -799,7 +799,6 @@ subtest 'synthetics not allowed in date formats' => {
'Same (leap seconds) (1)';
is DateTime.new('2016-12-31T23:59:60Z') <=> DateTime.new('2016-12-31T22:59:60-01:00'), Order::Same,
'Same (leap seconds) (2)';

is DateTime.new('2016-12-31T23:59:60Z') <=> DateTime.new('2017-01-01T01:00:60+01:00'), Order::Same,
'Same (leap seconds) (3)';
}
Expand Down

0 comments on commit 9d845e1

Please sign in to comment.