We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa68d3 commit 9492933Copy full SHA for 9492933
cpp/common/src/codingstandards/cpp/deadcode/UnusedVariables.qll
@@ -131,7 +131,7 @@ class BasePotentiallyUnusedGlobalOrNamespaceVariable extends GlobalOrNamespaceVa
131
132
/**
133
* A `GlobalOrNamespaceVariable` which is potentially unused, and is not defined in a macro.
134
-*/
+ */
135
class PotentiallyUnusedGlobalOrNamespaceVariable extends BasePotentiallyUnusedGlobalOrNamespaceVariable
136
{
137
PotentiallyUnusedGlobalOrNamespaceVariable() {
0 commit comments