Skip to content

Commit

Permalink
Fix printing
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoc committed Apr 22, 2022
1 parent 9e0b6e8 commit da77025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scala/com/github/johnynek/bazel_deps/DepsModel.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1275,9 +1275,9 @@ object ResolverType {
if(m.isEmpty) {
None
} else {
Some((Doc.line + packedDocYamlMap(
Some((Doc.line + vlist(
m.toList.sorted.map { case (k, v) =>
(quoteDoc(k), quoteDoc(v))
list(List(k,v)){t:String => quoteDoc(t)}
}
)).nested(2))
}
Expand Down

0 comments on commit da77025

Please sign in to comment.