Skip to content

Commit 85ec685

Browse files
author
sripp
committed
support safety times
1 parent 8e608bc commit 85ec685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TiaCodegen/Commands/Functions/TOFFCall.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public TOFFCall(string instanceName,
2525
<TemplateValue Name=""f_image_card"" Type=""Cardinality"">0</TemplateValue>
2626
<TemplateValue Name=""f_imageclassic_card"" Type=""Cardinality"">0</TemplateValue>
2727
<TemplateValue Name=""f_imageplus_card"" Type=""Cardinality"">0</TemplateValue>
28-
< TemplateValue Name = ""codedbool_type"" Type = ""Type"" > DInt </ TemplateValue >";
28+
<TemplateValue Name=""codedbool_type"" Type=""Type"">DInt</TemplateValue>";
2929

3030
Children.AddRange(Interface.Values.Where(x => x.OperationOrSignal != null).Select(x => x.OperationOrSignal));
3131
}

0 commit comments

Comments
 (0)