Skip to content

Commit

Permalink
style: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
floryst committed Jul 2, 2024
1 parent e7d2010 commit e8fb643
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ setPipelineWorkerUrl(itkConfig.pipelineWorkerUrl);
setPipelinesBaseUrl(itkConfig.imageIOUrl);

const pinia = createPinia();
pinia.use(
CorePiniaProviderPlugin({
})
);
pinia.use(CorePiniaProviderPlugin({}));
pinia.use(StoreRegistry);

const app = createApp(App);
Expand Down
1 change: 0 additions & 1 deletion src/store/datasets-dicom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ export const useDICOMStore = defineStore('dicom', {
needsRebuild: {},
}),
actions: {

async importFiles(datasets: FileDataSource[]) {
if (!datasets.length) return [];

Expand Down

0 comments on commit e8fb643

Please sign in to comment.