Skip to content

Commit b384318

Browse files
committed
fix formatting
1 parent a1b2edb commit b384318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/rollup-utils/plugins/bundlePlugins.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export function makeSetSDKSourcePlugin(sdkSource) {
6565
preventAssignment: false,
6666
delimiters: ['', ''],
6767
values: {
68-
"/* ref:__SENTRY_SDK_SOURCE__ */": `return ${JSON.stringify(sdkSource)};`,
68+
'/* ref:__SENTRY_SDK_SOURCE__ */': `return ${JSON.stringify(sdkSource)};`,
6969
},
7070
});
7171
}

0 commit comments

Comments
 (0)