Skip to content

Commit

Permalink
refactor(structure): Changed the structure to be sane
Browse files Browse the repository at this point in the history
  • Loading branch information
dbousamra committed Jul 27, 2017
1 parent 6d89b4d commit 69fecec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.imageintelligence
package com.imageintelligence.galahad.core

import scalaz.\/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.imageintelligence
package com.imageintelligence.galahad.core

import scalaz.Monad
import scalaz.EitherT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Generators {
length <- Gen.choose(1, 10)
path <- Gen.listOfN(length, Gen.alphaLowerChar)
} yield path.mkString

val genURL: Gen[URL] = for {
protocol <- Gen.oneOf("http", "https")
host <- Gen.identifier
Expand Down

0 comments on commit 69fecec

Please sign in to comment.