Normalize to tabs even though they're awful in 'ftp'.

This commit is contained in:
Daniel Rosenwasser
2015-08-05 01:19:24 -07:00
parent 47945cca0c
commit e8b85f0f48

View File

@@ -19,8 +19,8 @@ c.connect();
c.connect({
host: "127.0.0.1",
port: 21,
user: "Boo",
port: 21,
user: "Boo",
password: "secret"
});