Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62831e9 commit b6cf536Copy full SHA for b6cf536
1 file changed
ql/ql/test/queries/style/AcronymsShouldBeCamelCase/Test.qll
@@ -10,5 +10,4 @@ newtype TXMLElements =
10
TXMLElement() // BAD
11
12
// GOOD
13
-newtype TIRFunction =
14
- MkIRFunction()
+newtype TIRFunction = MkIRFunction()
0 commit comments