Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyYakeley committed Aug 28, 2024
1 parent 8110cf7 commit 8f138b4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions generate-xml/domain.nix
Original file line number Diff line number Diff line change
Expand Up @@ -366,11 +366,13 @@ let
]
[
(subelem "driver" [ (subattr "name" typeString) (subattr "model" typeString) ] [ ])
(subelem "source" [ ] [
(subelem "vendor" [ (subattr "id" typeInt) ] [ ])
(subelem "product" [ (subattr "id" typeInt) ] [ ])
addresselem
])
(subelem "source" [ ]
[
(subelem "vendor" [ (subattr "id" typeInt) ] [ ])
(subelem "product" [ (subattr "id" typeInt) ] [ ])
addresselem
]
)
(subelem "boot" [ (subattr "order" typeInt) ] [ ])
addresselem
]
Expand Down

0 comments on commit 8f138b4

Please sign in to comment.