From e8b85f0f4875496c710a5d4bc4ccad388d21915c Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Wed, 5 Aug 2015 01:19:24 -0700 Subject: [PATCH] Normalize to tabs even though they're awful in 'ftp'. --- ftp/ftp-tests.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ftp/ftp-tests.ts b/ftp/ftp-tests.ts index 57b706182..a40df2e55 100644 --- a/ftp/ftp-tests.ts +++ b/ftp/ftp-tests.ts @@ -19,8 +19,8 @@ c.connect(); c.connect({ host: "127.0.0.1", - port: 21, - user: "Boo", + port: 21, + user: "Boo", password: "secret" });