Skip to content

Commit 4050801

Browse files
committed
Kotlin: Autoformat query
1 parent 52cfc33 commit 4050801

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

java/ql/consistency-queries/diags.ql

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import semmle.code.java.Diagnostics
22

33
/*
4-
This query fails if any unexpected diagnostics are recorded in the
5-
database. By putting
6-
// Diagnostic Matches: PAT
7-
in any source files, you can declare that diagnostics matching PAT
8-
(in the string.matches(string) sense) are expected.
9-
*/
4+
* This query fails if any unexpected diagnostics are recorded in the
5+
* database. By putting
6+
* // Diagnostic Matches: PAT
7+
* in any source files, you can declare that diagnostics matching PAT
8+
* (in the string.matches(string) sense) are expected.
9+
*/
1010

1111
class DiagnosticException extends Top {
1212
string pattern;

0 commit comments

Comments
 (0)