Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
tyouzu1 committed Jul 11, 2024
1 parent 3e76c60 commit 8e7d157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function releaseManagementPlugin({
return {
name: "sentry-debug-id-upload-plugin",
async writeBundle() {
const freeDependencyOnSourcemapFiles = createDependencyOnSourcemapFiles()
const freeDependencyOnSourcemapFiles = createDependencyOnSourcemapFiles();
try {
const cliInstance = new SentryCli(null, sentryCliOptions);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ export function fileDeletionPlugin({
}
},
};
}
}

0 comments on commit 8e7d157

Please sign in to comment.