mirror of
https://github.com/dlang/tools.git
synced 2025-04-26 21:22:22 +03:00
Fix warning in dustmite
This commit is contained in:
parent
de578901e6
commit
e0d9de5ce7
1 changed files with 2 additions and 2 deletions
|
@ -1126,8 +1126,8 @@ void applyNoRemoveRegex(string[] noRemoveStr)
|
||||||
ends ~= c.hit.ptr + c.hit.length;
|
ends ~= c.hit.ptr + c.hit.length;
|
||||||
}
|
}
|
||||||
|
|
||||||
starts.sort;
|
starts.sort();
|
||||||
ends.sort;
|
ends.sort();
|
||||||
|
|
||||||
int noRemoveLevel = 0;
|
int noRemoveLevel = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue