formatting

This commit is contained in:
Ryan Vazquez
2020-10-26 15:41:13 -04:00
parent 26e69ab1a2
commit 75336fbbd7
4 changed files with 10 additions and 11 deletions
+3 -3
View File
@@ -25,9 +25,9 @@ const devPlugin = createPlugin({
createApiFactory({
api: costInsightsApiRef,
deps: {},
factory: () => new ExampleCostInsightsClient()
})
]
factory: () => new ExampleCostInsightsClient(),
}),
],
});
createDevApp().registerPlugin(devPlugin).render();