fix empty spaces in error alerts for solhint

pull/3838/head
Joseph Izang 1 year ago
parent f0720036e7
commit 6eaaa63acf
  1. 1
      libs/remix-ui/static-analyser/src/lib/remix-ui-static-analyser.tsx

@ -540,7 +540,6 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
{hint.formattedMessage} {hint.formattedMessage}
</span> </span>
<br /> <br />
<br />
<span>{`${hint.column}:${hint.line}`}</span> <span>{`${hint.column}:${hint.line}`}</span>
</div> </div>
</div> </div>

Loading…
Cancel
Save