mirror of https://github.com/astral-sh/ruff
[red-knot] Add missing space between error message and lint code in playground (#16840)
This commit is contained in:
parent
81759be14b
commit
15a6aeb998
|
|
@ -88,7 +88,7 @@ function Items({
|
|||
>
|
||||
{diagnostic.message()}
|
||||
<span className="text-gray-500">
|
||||
{id != null && `(${id})`} [Ln {startLine}, Col {startColumn}]
|
||||
{id != null && ` (${id})`} [Ln {startLine}, Col {startColumn}]
|
||||
</span>
|
||||
</button>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue