Autoformat XML.qll.

This commit is contained in:
Cornelius Riemenschneider
2020-11-25 18:20:50 +01:00
parent 7eec988fb5
commit 3bfb398516
5 changed files with 10 additions and 5 deletions

View File

@@ -4,7 +4,8 @@
import semmle.files.FileSystem
private class TXMLLocatable = @xmldtd or @xmlelement or @xmlattribute or @xmlnamespace or @xmlcomment or @xmlcharacters;
private class TXMLLocatable =
@xmldtd or @xmlelement or @xmlattribute or @xmlnamespace or @xmlcomment or @xmlcharacters;
/** An XML element that has a location. */
class XMLLocatable extends @xmllocatable, TXMLLocatable {