Fix code style

This commit is contained in:
Adrien Crivelli 2016-09-01 12:50:10 +09:00
parent 150ad19580
commit 67918419c4
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
2 changed files with 28 additions and 28 deletions

View File

@ -6,7 +6,7 @@ return [
[65, 'A'], [65, 'A'],
[123, '{'], [123, '{'],
[126, '~'], [126, '~'],
[ 12103, "" ], [12103, '⽇'],
[0x153, 'œ'], [0x153, 'œ'],
[0x192, 'ƒ'], [0x192, 'ƒ'],
[0x2105, '℅'], [0x2105, '℅'],

View File

@ -2,7 +2,7 @@
return [ return [
[null, '#VALUE!'], [null, '#VALUE!'],
[ '', '#VALUE!', ], ['', '#VALUE!'],
['ABC', 65], ['ABC', 65],
[123, 49], [123, 49],
[true, 84], [true, 84],
@ -12,7 +12,7 @@ return [
['Mark Baker', 77], ['Mark Baker', 77],
['mark baker', 109], ['mark baker', 109],
['£125.00', 163], ['£125.00', 163],
[ "", 12103], ['⽇', 12103],
['œ', 0x153], ['œ', 0x153],
['ƒ', 0x192], ['ƒ', 0x192],
['℅', 0x2105], ['℅', 0x2105],