From a2e6c23f1590bf8845d2105f570e41878f211731 Mon Sep 17 00:00:00 2001 From: smart-bo Date: Wed, 6 Oct 2021 16:27:56 -0400 Subject: [PATCH] remove the extra line --- .../src/browser/search-in-workspace-frontend-contribution.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/search-in-workspace/src/browser/search-in-workspace-frontend-contribution.ts b/packages/search-in-workspace/src/browser/search-in-workspace-frontend-contribution.ts index 5f45b0b5d13e9..b8cc5dd1834f7 100644 --- a/packages/search-in-workspace/src/browser/search-in-workspace-frontend-contribution.ts +++ b/packages/search-in-workspace/src/browser/search-in-workspace-frontend-contribution.ts @@ -29,7 +29,6 @@ import { EditorManager } from '@theia/editor/lib/browser/editor-manager'; import { Range } from '@theia/core/shared/vscode-languageserver-types'; import { FileService } from '@theia/filesystem/lib/browser/file-service'; - export namespace SearchInWorkspaceCommands { const SEARCH_CATEGORY = 'Search'; export const TOGGLE_SIW_WIDGET = {