From b0e2d40083d8d1072838c74ea7da554288ba873a Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 23 Aug 2023 10:26:36 +1000 Subject: [PATCH] chore: format --- deno.json | 8 ++------ src/walker.rs | 7 +------ 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/deno.json b/deno.json index b103e75..a7f4f8d 100644 --- a/deno.json +++ b/deno.json @@ -7,14 +7,10 @@ "std/": "https://deno.land/std@0.199.0/" }, "fmt": { - "files": { - "exclude": ["target", "lib"] - } + "exclude": ["target", "lib"] }, "lint": { - "files": { - "exclude": ["target", "lib"] - } + "exclude": ["target", "lib"] }, "tasks": { "build": "deno run -A https://deno.land/x/wasmbuild@0.15.0/main.ts", diff --git a/src/walker.rs b/src/walker.rs index b6e692e..d86fa5a 100644 --- a/src/walker.rs +++ b/src/walker.rs @@ -179,12 +179,7 @@ pub trait Walker { fn try_stmt(&mut self, _n: &TryStmt, _ctx: &mut Context) {} fn ts_array_type(&mut self, _n: &TsArrayType, _ctx: &mut Context) {} fn ts_as_expr(&mut self, _n: &TsAsExpr, _ctx: &mut Context) {} - fn ts_satisfies_expr( - &mut self, - _n: &TsSatisfiesExpr, - _ctx: &mut Context, - ) { - } + fn ts_satisfies_expr(&mut self, _n: &TsSatisfiesExpr, _ctx: &mut Context) {} fn ts_call_signature_decl( &mut self, _n: &TsCallSignatureDecl,