From b4e1dca9cfa306dfbd331d7745dc4a6545fc6ecf Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> Date: Wed, 27 Feb 2019 18:11:31 -0800 Subject: [PATCH] One more extra space --- types/stampit/stampit-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/stampit/stampit-tests.ts b/types/stampit/stampit-tests.ts index 926d8ee401..6f527dcaac 100644 --- a/types/stampit/stampit-tests.ts +++ b/types/stampit/stampit-tests.ts @@ -154,7 +154,7 @@ interface SomeStamp extends stampit.Stamp { } const SomeStamp = stampit() - .init(function (params: { a: number; b: boolean}) { + .init(function(params: { a: number; b: boolean}) { this.a = '' + a; this.b = '' + b; }) as SomeStamp;