Skip to content

Commit a4d4ea9

Browse files
committed
fix comment spaces
1 parent 5f3bc2b commit a4d4ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mixs/schema/mixs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22460,7 +22460,7 @@ settings:
2246022460
adapter_A_DNA_sequence: '[ACGTRKSYMWBHDVN]+'
2246122461
adapter_B_DNA_sequence: '[ACGTRKSYMWBHDVN]+'
2246222462
ambiguous_nucleotides: '[ACGTRKSYMWBHDVN]+'
22463-
boolean: '(?:yes|no)' # a non-capturing group matching either 'yes' or 'no'
22463+
boolean: '(?:yes|no)' # a non-capturing group matching either 'yes' or 'no'
2246422464
country: ([^\s-]{1,2}|[^\s-]+.+[^\s-]+)
2246522465
date_time_stamp: '(\d{4})(-(0[1-9]|1[0-2])(-(0[1-9]|[12]\d|3[01])(T([01]\d|2[0-3]):([0-5]\d):([0-5]\d)(\.\d+)?(Z|([+-][01]\d:[0-5]\d))?)?)?)?$'
2246622466
dna: '^[ACGT]+$'

0 commit comments

Comments
 (0)