Skip to content

Commit

Permalink
cp
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoc committed Apr 16, 2020
1 parent 4910671 commit 80bbbb4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/scala/io/bazeltools/proto3docgen/HugoContext.scala
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ case class HugoContext(
}

private[this] def initializeParents(outputP: Path): Unit = {
val outputFolder = outputP.getParent

val segments = outputP.toString.split('/').toList
val segments = outputP.getParent.toString.split('/').toList
val root = outputRoot
@annotation.tailrec
def go(p: Path, remaining: List[String]): Unit = {
Expand Down

0 comments on commit 80bbbb4

Please sign in to comment.