Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mbryzek committed Oct 10, 2023
1 parent 2bce880 commit 46a5701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elm-generator/src/main/scala/generator/elm/Imports.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ case class Imports() {

def addExposing(name: String, types: String): Unit = addExposing(name, Seq(types))

def addExposing(name: String, types: Seq[String]): Unit = {
private[this] def addExposing(name: String, types: Seq[String]): Unit = {
exposingAll.put(name, ExposingAllValue.Types(types))
()
}
Expand Down

0 comments on commit 46a5701

Please sign in to comment.