Skip to content

Commit ef2a164

Browse files
committed
RB: fix ql/non-doc-block by converting comment to a line comment
1 parent 80a8b12 commit ef2a164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/test/TestUtilities/InlineExpectationsTest.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ private class ValidExpectation extends Expectation, TValidExpectation {
339339
}
340340
}
341341

342-
/* Note: These next three classes correspond to all the possible values of type `TColumn`. */
342+
// Note: These next three classes correspond to all the possible values of type `TColumn`.
343343
class GoodExpectation extends ValidExpectation {
344344
GoodExpectation() { getKnownFailure() = "" }
345345
}

0 commit comments

Comments
 (0)