Skip to content

Commit 9492933

Browse files
Format
1 parent daa68d3 commit 9492933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/common/src/codingstandards/cpp/deadcode/UnusedVariables.qll

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class BasePotentiallyUnusedGlobalOrNamespaceVariable extends GlobalOrNamespaceVa
131131

132132
/**
133133
* A `GlobalOrNamespaceVariable` which is potentially unused, and is not defined in a macro.
134-
*/
134+
*/
135135
class PotentiallyUnusedGlobalOrNamespaceVariable extends BasePotentiallyUnusedGlobalOrNamespaceVariable
136136
{
137137
PotentiallyUnusedGlobalOrNamespaceVariable() {

0 commit comments

Comments
 (0)