-
-
Save slavaschmidt/f0b93957f6f26dbab4e8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[info] import Arbitrary._ | |
[info] | |
[info] | |
[info] import scala.collection.immutable.Map | |
[info] | |
[info] import de.zalando.play.controllers.ArrayWrapper | |
[info] | |
[info] | |
[info] object Generators { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[info] import Arbitrary._ | |
[info] import scala.collection.immutable.Map | |
[info] import de.zalando.play.controllers.ArrayWrapper | |
[info] | |
[info] object Generators { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Arbitrary._ | |
{{for import in imports}} | |
import {{import.name}} | |
{{/for}} | |
object Generators { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Arbitrary._ | |
{{for import in imports}} | |
import {{import.name}} | |
{{/for}} | |
object Generators { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example of empty line before the [for] cycle put inside each cycle