Explorar o código

Fix formatting of warning

Steven Silvester %!s(int64=8) %!d(string=hai) anos
pai
achega
146354521f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/csvwidget/widget.ts

+ 2 - 2
src/csvwidget/widget.ts

@@ -152,8 +152,8 @@ class CSVWidget extends Widget {
     }
     if (parsed.length > RENDER_LIMIT) {
       console.warn(
-        `Table is too long to render, rendering ${RENDER_LIMIT} of
-         ${parsed.length} rows`
+        `Table is too long to render, rendering ${RENDER_LIMIT} of ` +
+        `${parsed.length} rows`
       );
     }
     table.appendChild(header);