Skip to content

Commit 570117d

Browse files
committed
Fix format
1 parent 72437bd commit 570117d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/bioEngine.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,15 @@ export async function setupBioEngine() {
195195
app.addMenuItem({
196196
label: "🤖 BioImage.IO Chatbot",
197197
async callback() {
198-
await api.showMessage("Loading BioImage.IO Chatbot...")
198+
await api.showMessage("Loading BioImage.IO Chatbot...");
199199
await api.createWindow({
200200
src: "https://bioimage.io/chat",
201201
name: "BioImage.IO Chatbot"
202202
});
203-
const baseUrl = location.origin
204-
await api.showMessage("Loading BioImage Model Zoo extension for the chatbot, this may take a while...")
203+
const baseUrl = location.origin;
204+
await api.showMessage(
205+
"Loading BioImage Model Zoo extension for the chatbot, this may take a while..."
206+
);
205207
await app.loadPlugin(
206208
`${baseUrl}/chat/bioimage-model-zoo-extension.imjoy.html`
207209
);

0 commit comments

Comments
 (0)