Skip to content

Commit 3dc1931

Browse files
🤖 dprint fmt
1 parent bab592c commit 3dc1931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/ftpd/ftpd-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var options: ftpd.FtpServerOptions = {
1010
return "/";
1111
},
1212
logLevel: ftpd.LogLevel.ERROR,
13-
allowedCommands: []
13+
allowedCommands: [],
1414
};
1515

1616
var host: string = "10.0.0.42";

0 commit comments

Comments
 (0)