mirror of
https://github.com/bendtherules/completion-viz.git
synced 2026-08-18 13:42:51 +00:00
Fix all prettier errors
This commit is contained in:
@@ -20,7 +20,10 @@ export function SourceViewer(props: ISourceViewerProps) {
|
||||
// eslint-disable-next-line no-sequences
|
||||
sourceMapping.reset(),
|
||||
(
|
||||
<pre className={`${className} px-4 py-2 overflow-auto`} style={style}>
|
||||
<pre
|
||||
className={`${className} px-4 py-2 overflow-auto`}
|
||||
style={style}
|
||||
>
|
||||
{tokens.map((line, i) => (
|
||||
<div {...getLineProps({ line, key: i })}>
|
||||
{line.map(function (token, key) {
|
||||
|
||||
Reference in New Issue
Block a user