QL: Fix formatting

This commit is contained in:
Jeroen Ketema
2022-04-28 12:05:47 +02:00
parent 62831e93fe
commit b6cf536f01

View File

@@ -10,5 +10,4 @@ newtype TXMLElements =
TXMLElement() // BAD
// GOOD
newtype TIRFunction =
MkIRFunction()
newtype TIRFunction = MkIRFunction()