Skip to content

Commit 724e324

Browse files
committed
Fix module formatting
1 parent db27f15 commit 724e324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/common/src/codingstandards/cpp/Operator.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ class OperatorUse extends TOperatorUse {
310310
result = call.getLocation()
311311
)
312312
}
313-
313+
314314
string getOperator() {
315315
result = this.asBuiltin().getOperator()
316316
or
@@ -324,4 +324,4 @@ class UnaryOperatorUse extends OperatorUse {
324324
or
325325
this.asOverloaded(_).getNumberOfParameters() = 0
326326
}
327-
}
327+
}

0 commit comments

Comments
 (0)