Skip to content

Commit

Permalink
add space
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimkibana committed Feb 13, 2022
1 parent f010c04 commit e59c457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/embeddable_explorer/public/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class EmbeddableExplorerPlugin implements Plugin<void, void, {}, StartDep
try {
await depsStart.embeddableExamples.createSampleData();
} catch (error) {
//eslint-disable-next-line no-console
// eslint-disable-next-line no-console
console.error('Failed to create sample data', error);
}
return renderApp(
Expand Down

0 comments on commit e59c457

Please sign in to comment.