From 1629db0f05d002ea78f9b765b13f10a1f778eb48 Mon Sep 17 00:00:00 2001 From: Lexus Drumgold Date: Sat, 30 Oct 2021 18:46:11 -0400 Subject: [PATCH] chore: check code style --- __tests__/utils/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/utils/types.ts b/__tests__/utils/types.ts index 50066c8..b6b960d 100644 --- a/__tests__/utils/types.ts +++ b/__tests__/utils/types.ts @@ -36,7 +36,7 @@ * }) * }) */ -export interface Testcase { +export interface Testcase { expected: Expected }