Skip to content

Commit 3640b6d

Browse files
committed
Shared: Autoformat
1 parent 711d705 commit 3640b6d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

shared/regex/codeql/regex/MissingRegExpAnchor.qll

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ import HostnameRegexp as HostnameShared
1313
* This analysis requires the hostname analysis to be available.
1414
*/
1515
signature module MissingRegExpAnchorSig<
16-
RegexTreeViewSig TreeImpl, HostnameShared::HostnameRegexpSig<TreeImpl> Specific> {
16+
RegexTreeViewSig TreeImpl, HostnameShared::HostnameRegexpSig<TreeImpl> Specific>
17+
{
1718
predicate isUsedAsReplace(Specific::RegExpPatternSource pattern);
1819

1920
/** Gets a string representation of an end anchor from a regular expression. */
@@ -25,8 +26,9 @@ RegexTreeViewSig TreeImpl, HostnameShared::HostnameRegexpSig<TreeImpl> Specific>
2526
* without anchors.
2627
*/
2728
module Make<
28-
RegexTreeViewSig TreeImpl, HostnameShared::HostnameRegexpSig<TreeImpl> HostnameImpl,
29-
MissingRegExpAnchorSig<TreeImpl, HostnameImpl> Impl> {
29+
RegexTreeViewSig TreeImpl, HostnameShared::HostnameRegexpSig<TreeImpl> HostnameImpl,
30+
MissingRegExpAnchorSig<TreeImpl, HostnameImpl> Impl>
31+
{
3032
private import TreeImpl
3133
private import HostnameShared::Make<TreeImpl, HostnameImpl> as HostnameRegexp
3234
private import HostnameImpl

0 commit comments

Comments
 (0)