Run prettier on 2 non pretty files

This commit is contained in:
Nir Gazit
2021-01-10 12:05:39 +02:00
parent d75b149004
commit 428a503562
2 changed files with 4 additions and 4 deletions
+1 -3
View File
@@ -16,6 +16,4 @@
import { createDevApp } from '@backstage/dev-utils';
import { plugin } from '../src/plugin';
createDevApp()
.registerPlugin(plugin)
.render();
createDevApp().registerPlugin(plugin).render();