Skip to content

Commit 074fdb9

Browse files
committed
chore(vue): prettier code
1 parent aec74cb commit 074fdb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/src/tracing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const createTracingMixins = (options: TracingOptions): Mixins => {
6969
internalHooks.forEach((internalHook, hookType) => {
7070
const isBeforeHook = hookType === 1;
7171

72-
mixins[internalHook] = function (this: VueSentry) {
72+
mixins[internalHook] = function(this: VueSentry) {
7373
const isRoot = this.$root === this;
7474

7575
if (isRoot) {

0 commit comments

Comments
 (0)