From 83c65a97a2fe24f5d24de1c2c52ef3322aee52bf Mon Sep 17 00:00:00 2001 From: Derek Bonner Date: Wed, 20 Jun 2018 17:20:08 -0700 Subject: [PATCH] Add trailing commas in test cases --- tests/data/Style/NumberFormatDates.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/data/Style/NumberFormatDates.php b/tests/data/Style/NumberFormatDates.php index c01a3d9409..9147b28a13 100644 --- a/tests/data/Style/NumberFormatDates.php +++ b/tests/data/Style/NumberFormatDates.php @@ -55,11 +55,11 @@ [ '07:35:00 AM', 43270.315972222, - 'hh:mm:ss\ AM/PM' + 'hh:mm:ss\ AM/PM', ], [ '02:29:00 PM', 43270.603472222, - 'hh:mm:ss\ AM/PM' + 'hh:mm:ss\ AM/PM', ] ];