Skip to content

Commit a2cff79

Browse files
committed
chore: remove unused code
1 parent f8a73da commit a2cff79

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)