From 81f249f1d3cef16964907954ed1a71540a98c760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20van=20Br=C3=BCgge?= Date: Thu, 9 Nov 2017 13:12:32 +0100 Subject: [PATCH] Fix trailing whitespace --- types/ramda/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/ramda/index.d.ts b/types/ramda/index.d.ts index 9a611459d2..a5e39f33f3 100644 --- a/types/ramda/index.d.ts +++ b/types/ramda/index.d.ts @@ -242,7 +242,7 @@ declare namespace R { * the supplied arguments. */ applySpec(obj: any): (...args: any[]) => T; - + /** * Takes a value and applies a function to it. * This function is also known as the thrush combinator.