Skip to content

Commit 280fd54

Browse files
committed
spaces before equal sign
1 parent 5bd3950 commit 280fd54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/redcap/php/client/models/redcapdictionaryrecord.class.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ class RedcapDictionaryRecord
331331
'$choice' as index $index"
332332
);
333333
$backend = $index;
334-
$label = $choice;
334+
$label = $choice;
335335
$index++;
336336
} else {
337337
//Normal parsing

0 commit comments

Comments
 (0)