C++: Autoformat.

This commit is contained in:
Geoffrey White
2020-05-05 12:58:54 +01:00
parent 31a7e2c34e
commit 0b381b9ba7

View File

@@ -172,9 +172,7 @@ class UsingDirectiveEntry extends UsingEntry {
*/
Namespace getNamespace() { usings(underlyingElement(this), unresolveElement(result), _) }
override string toString() {
result = "using namespace " + this.getNamespace().getFriendlyName()
}
override string toString() { result = "using namespace " + this.getNamespace().getFriendlyName() }
}
/**