Skip to content

Commit f9c7515

Browse files
Fix indent in shared_library.ql.template
1 parent ddbb0d0 commit f9c7515

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/generate_rules/templates/shared_library.ql.template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ import codingstandards.{{ ql_language_name }}.Customizations
1313
import codingstandards.{{ ql_language_name }}.Exclusions
1414

1515
signature module {{shared_implementation_short_name}}ConfigSig {
16-
Query getQuery();
16+
Query getQuery();
1717
}
1818

1919
module {{shared_implementation_short_name}}<{{shared_implementation_short_name}}ConfigSig Config> {
20-
query predicate problems(Element e, string message) {
21-
not isExcluded(e, Config::getQuery()) and message = "<replace with problem alert message for >"
22-
}
20+
query predicate problems(Element e, string message) {
21+
not isExcluded(e, Config::getQuery()) and message = "<replace with problem alert message for >"
22+
}
2323
}

0 commit comments

Comments
 (0)