From 8e916f94047836a5fce585def932e9d1e62542d4 Mon Sep 17 00:00:00 2001 From: Denis Mishankov Date: Thu, 18 Jan 2024 06:05:46 +0300 Subject: [PATCH] lint --- src/manipulations/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manipulations/index.ts b/src/manipulations/index.ts index 43c040d..10bf860 100644 --- a/src/manipulations/index.ts +++ b/src/manipulations/index.ts @@ -29,7 +29,7 @@ export { SplitJoin, Manipulation, AddManipulation, - ManipulationsList + ManipulationsList, }; export interface ManipulationBase {