Skip to content

Commit fcdb980

Browse files
committed
Update templates
1 parent 29b3d18 commit fcdb980

File tree

2 files changed

+3
-30
lines changed

2 files changed

+3
-30
lines changed

Templates/AutoEquatableAction.stencil

Lines changed: 0 additions & 29 deletions
This file was deleted.

Templates/Autocopy.stencil

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ prefix func * <T>(lhs: T) -> OptionalCopyValue<T> {
3939

4040
{% for type in types.all where type.implements.AutoCopy %}
4141
{% if type|annotated:"import" %}
42-
import {{type.annotations.import }}
42+
{% for import in type.annotations.import|toArray %}
43+
import {{ import }}
44+
{% endfor %}
4345
{% endif %}
4446
// swiftlint:disable all
4547
extension {{ type.name }} {

0 commit comments

Comments
 (0)