From 8b525a1e45a147c0d1354ad65ffa399577a920d8 Mon Sep 17 00:00:00 2001 From: Mike Tschudi Date: Mon, 14 Jan 2019 14:10:04 -0800 Subject: [PATCH] Corrected indentation --- types/adlib/adlib-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/adlib/adlib-tests.ts b/types/adlib/adlib-tests.ts index e995100a1d..fc71cf911d 100644 --- a/types/adlib/adlib-tests.ts +++ b/types/adlib/adlib-tests.ts @@ -21,7 +21,7 @@ const transform1: adlib.TransformFunction = return null; }; - const transformsList: adlib.TransformsList = { +const transformsList: adlib.TransformsList = { firstXform: transform1 };