Autoformat.

This commit is contained in:
Geoffrey White
2021-10-14 16:00:23 +01:00
parent f08d2ee759
commit 8f30b8b586
4 changed files with 7 additions and 14 deletions

View File

@@ -43,7 +43,8 @@ class AspNetQueryStringMember extends Member {
* request.
*/
private string getHttpRequestFlowPropertyNames() {
result = ["QueryString", "Headers", "RawUrl", "Url", "Cookies", "Form", "Params", "Path", "PathInfo"]
result =
["QueryString", "Headers", "RawUrl", "Url", "Cookies", "Form", "Params", "Path", "PathInfo"]
}
/** A data flow source of remote user input (ASP.NET query string). */