Fix code style
This commit is contained in:
parent
150ad19580
commit
67918419c4
|
@ -6,7 +6,7 @@ return [
|
||||||
[65, 'A'],
|
[65, 'A'],
|
||||||
[123, '{'],
|
[123, '{'],
|
||||||
[126, '~'],
|
[126, '~'],
|
||||||
[ 12103, "⽇" ],
|
[12103, '⽇'],
|
||||||
[0x153, 'œ'],
|
[0x153, 'œ'],
|
||||||
[0x192, 'ƒ'],
|
[0x192, 'ƒ'],
|
||||||
[0x2105, '℅'],
|
[0x2105, '℅'],
|
||||||
|
|
|
@ -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],
|
||||||
|
|
Loading…
Reference in New Issue