This commit is contained in:
Christian Treffs 2020-08-04 17:17:17 +02:00
parent 1bf4ea9eff
commit cae23ea219
No known key found for this signature in database
GPG Key ID: 49A4B4B460BE3ED4
2 changed files with 4 additions and 0 deletions

View File

@ -1,8 +1,10 @@
// Generated using Sourcery 0.18.0 https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable file_length
// swiftlint:disable function_parameter_count
// swiftlint:disable large_tuple
// swiftlint:disable multiline_parameters
// MARK: - Family 1

View File

@ -1,5 +1,7 @@
// swiftlint:disable file_length
// swiftlint:disable function_parameter_count
// swiftlint:disable large_tuple
// swiftlint:disable multiline_parameters
{% for idx in 1...5 %}
{% map 1...idx into components using index %}Comp{{ index }}{% endmap %}
{% set CompParams %}{{components|join: ", "}}{% endset %}