Skip to content

Commit

Permalink
Revert "Re-prettiered via prettier.io playground"
Browse files Browse the repository at this point in the history
This reverts commit 6f619da.
  • Loading branch information
mergehez committed Oct 27, 2021
1 parent b890de9 commit 527e92b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/locale/ku-kmr.js
Expand Up @@ -49,7 +49,7 @@ test('format', function (assert) {
var a = [
[
'dddd, Do MMMM YYYY, h:mm:ss a',
'Yekşem, 14ê Sibat 2010, 3:25:50 pn'
'Yekşem, 14ê Sibat 2010, 3:25:50 pn',
],
['ddd, hA', 'Yek, 3PN'],
['M Mo MM MMMM MMM', '2 2. 02 Sibat Sib'],
Expand All @@ -72,7 +72,7 @@ test('format', function (assert) {
['l', '14.2.2010'],
['ll', '14ê Sib. 2010an'],
['lll', '14ê Sib. 2010an 15:25'],
['llll', 'Yek., 14ê Sib. 2010an 15:25']
['llll', 'Yek., 14ê Sib. 2010an 15:25'],
],
b = moment(new Date(2010, 1, 14, 15, 25, 50, 125)),
i;
Expand Down Expand Up @@ -142,7 +142,7 @@ test('format era', function (assert) {
['-000001-12-31', 'N, NN, NNN', 'BC, BC, BC'],
['-000001-12-31', 'NNNN', 'Before Christ'],
['-000001-12-31', 'NNNNN', 'BC'],
['-000001-12-31', 'y', '2']
['-000001-12-31', 'y', '2'],
],
i,
l;
Expand Down

0 comments on commit 527e92b

Please sign in to comment.