delete an empty line

This commit is contained in:
lisr 2023-10-27 15:35:39 +08:00
parent f6defe8180
commit e8d96c8ea7
1 changed files with 0 additions and 1 deletions

View File

@ -165,4 +165,3 @@ export interface Arguments {
'--'?: Array<string | number>;
[argName: string]: any;
}