From cbb3e40e14db86286ceb6b78c3ad511228ad892d Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Sat, 8 Oct 2022 12:32:31 -0700 Subject: [PATCH] style: remove empty line in list.ts --- src/commands/list.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/list.ts b/src/commands/list.ts index cde2bea..4af8cc9 100644 --- a/src/commands/list.ts +++ b/src/commands/list.ts @@ -11,7 +11,6 @@ export default class List { this.options = options; } - public async run(): Promise { await makeDbFile(this.options.sysroot);