exclude macos ds_store, and format code
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -248,4 +248,5 @@ ModelManifest.xml
|
||||
coverage.opencover.xml
|
||||
coverage.json
|
||||
coverage.info
|
||||
.DS_Store
|
||||
output
|
||||
@@ -294,7 +294,8 @@ namespace System
|
||||
select Uri.EscapeDataString(v)
|
||||
).ToArray();
|
||||
|
||||
if(Values.Length > 0) {
|
||||
if (Values.Length > 0)
|
||||
{
|
||||
sb.Append("=");
|
||||
sb.Append(string.Join(",", Values));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user