Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrich committed Sep 20, 2022
1 parent 7d96f16 commit d8770c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sconfig/shared/src/main/scala/org/ekrich/config/Config.scala
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ import scala.annotation.varargs
* <p> As an alternative to [[ConfigValue!.render render]], the
* <code>toString</code> method produces a debug-output-oriented representation
* (which is not valid JSON).
* Note: no arg render links do not link correctly. See https://github.com/lampepfl/dotty/issues/14212
*
* Note: no arg render links do not link correctly. See
* https://github.com/lampepfl/dotty/issues/14212
*
* <p> Java serialization is supported as well for <code>Config</code> and all
* subtypes of <code>ConfigValue</code>.
Expand Down

0 comments on commit d8770c2

Please sign in to comment.