Skip to content

Commit ff03a5b

Browse files
alexzhang1030HerringtonDarkholme
authored andcommitted
chore: remove unused code
1 parent 3ee32e4 commit ff03a5b

File tree

1 file changed

+1
-1
lines changed
  • src/webview/SearchSidebar/SearchProviderMessage

1 file changed

+1
-1
lines changed

src/webview/SearchSidebar/SearchProviderMessage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function Empty({ query }: { query: SearchQuery }) {
7474
{query.includeFile.length ? (
7575
<li>
7676
If you're using glob patterns in the include file, please ensure
77-
that your version of ast-grep is above{' '}
77+
that your version of ast-grep is above
7878
<code style={codeStyle}>v0.28.0</code>.
7979
</li>
8080
) : null}

0 commit comments

Comments
 (0)