Skip to content

Commit

Permalink
fix white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrech authored and JonatanAntoni committed Feb 2, 2023
1 parent acc67a4 commit cb5ec5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/PACK.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
<xs:restriction base="xs:string">
<xs:minLength value="1" />
<xs:maxLength value="128" />
<xs:pattern value="\S[a-zA-Z_]{1}[a-zA-Z0-9_\S]*"/>
<xs:pattern value="\S(.[a-zA-Z_]{1}[a-zA-Z0-9_]*)"/>
</xs:restriction>
</xs:simpleType>

Expand Down

0 comments on commit cb5ec5f

Please sign in to comment.