Skip to content

Commit f31c4e1

Browse files
committed
formatting changes
1 parent 089e98f commit f31c4e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/tokenscript.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
</sequence>
5353
<attribute name="custodian" type="boolean" default="false"/>
5454
<attribute name="name" type="NCName"/>
55-
<assert test="count(ts:attribute[string(@distinct) = 'true']) le 1"/>
56-
<assert test="if(not(ts:origins)) then count(ts:attribute[string(@distinct) = 'true']) = 1 else true()"/>
55+
<assert test="count(ts:attribute[string(@distinct) = 'true']) le 1"/>
56+
<assert test="if(not(ts:origins)) then count(ts:attribute[string(@distinct) = 'true']) = 1 else true()"/>
5757
</complexType>
5858
<keyref name="typeRef" refer="ts:namedTypeName">
5959
<selector xpath=".//ts:origins/ethereum:event|.//ts:origins/ethereum:call"></selector>

0 commit comments

Comments
 (0)