Fix code style
This commit is contained in:
parent
150ad19580
commit
67918419c4
|
@ -6,7 +6,7 @@ return [
|
|||
[65, 'A'],
|
||||
[123, '{'],
|
||||
[126, '~'],
|
||||
[ 12103, "⽇" ],
|
||||
[12103, '⽇'],
|
||||
[0x153, 'œ'],
|
||||
[0x192, 'ƒ'],
|
||||
[0x2105, '℅'],
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
return [
|
||||
[null, '#VALUE!'],
|
||||
[ '', '#VALUE!', ],
|
||||
['', '#VALUE!'],
|
||||
['ABC', 65],
|
||||
[123, 49],
|
||||
[true, 84],
|
||||
|
@ -12,7 +12,7 @@ return [
|
|||
['Mark Baker', 77],
|
||||
['mark baker', 109],
|
||||
['£125.00', 163],
|
||||
[ "⽇", 12103],
|
||||
['⽇', 12103],
|
||||
['œ', 0x153],
|
||||
['ƒ', 0x192],
|
||||
['℅', 0x2105],
|
||||
|
|
Loading…
Reference in New Issue