1
0
Fork 0

Empty commit to force travis

This commit is contained in:
Megan Wachs 2017-05-16 22:56:58 -07:00 committed by GitHub
parent 5f22e91a7f
commit d8996ea85f
1 changed files with 1 additions and 0 deletions

View File

@ -226,3 +226,4 @@ class WithAynchronousRocketTiles(depth: Int, sync: Int) extends Config((site, he
class WithRationalRocketTiles extends Config((site, here, up) => {
case RocketCrossing => RationalCrossing()
})