Skip to content

Commit e4c221e

Browse files
committed
Format Fix
1 parent c9bd8a7 commit e4c221e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fission/src/ui/panels/mirabuf/ImportMirabufPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ const ImportMirabufPanel: React.FC<PanelPropsImpl> = ({ panelId }) => {
180180
// Detect if we're running in electron and use direct remote URL
181181
const isElectron = window.electronAPI != null
182182
const baseUrl = isElectron ? "https://synthesis.autodesk.com" : ""
183-
183+
184184
fetch(`${baseUrl}/api/mira/manifest.json`)
185185
.then(x => x.json())
186186
.then(x => {

0 commit comments

Comments
 (0)