Skip to content

Commit f963ebc

Browse files
author
Max Schaefer
authored
JavaScript: Remove stray comma from @tags.
1 parent 7127624 commit f963ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Statements/UseOfReturnlessFunction.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @kind problem
55
* @problem.severity warning
66
* @id js/use-of-returnless-function
7-
* @tags maintainability,
7+
* @tags maintainability
88
* correctness
99
* @precision high
1010
*/

0 commit comments

Comments
 (0)