Skip to content

Commit

Permalink
Changes to whitespace in signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Jan 23, 2025
1 parent bd2a5fc commit 6fbfb01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/xylophone.Xml.scala
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ extends Xml, Dynamic:
def as
[ValueType]
(using decoder: XmlDecoder[ValueType])
: ValueType raises XmlAccessError raises XmlReadError =
: ValueType raises XmlAccessError raises XmlReadError =
apply().as[ValueType]

case class XmlNode(head: Int, path: XmlPath, root: XmlAst.Root) extends Xml, Dynamic:
Expand Down
2 changes: 1 addition & 1 deletion src/core/xylophone.XmlAst.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object XmlAst:

enum XmlAst:
case Element
(name: XmlName,
(name: XmlName,
children: List[XmlAst],
attributes: Map[XmlName, Text] = Map(),
namespaces: List[Namespace] = Nil)
Expand Down

0 comments on commit 6fbfb01

Please sign in to comment.