Skip to content

Commit 98aa630

Browse files
committed
chore: deno fmt
1 parent 89041c8 commit 98aa630

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/ExampleHostApplication.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,16 @@ import {
1313
*/
1414
export async function exampleHostApplication(): Promise<void> {
1515
const pluginRepository = new UrlListPluginRepository(
16-
new Set(["file:///Users/nick/projects/flowscripter/example-plugin/bundle/index.js"]),
16+
new Set([
17+
"file:///Users/nick/projects/flowscripter/example-plugin/bundle/index.js",
18+
]),
1719
);
1820

1921
const pluginManager = new DefaultPluginManager([pluginRepository]);
2022

21-
console.info(`Registering extensions for ${EXTENSION_POINT_1} extension point`);
23+
console.info(
24+
`Registering extensions for ${EXTENSION_POINT_1} extension point`,
25+
);
2226

2327
await pluginManager.registerExtensions(EXTENSION_POINT_1);
2428

0 commit comments

Comments
 (0)