Skip to content

Commit 78601fd

Browse files
committed
autoformat gatsby-browser.js
1 parent b417c78 commit 78601fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby/gatsby-browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable no-console */
22
const Sentry = require('@sentry/gatsby');
33

4-
exports.onClientEntry = function(_, pluginParams) {
4+
exports.onClientEntry = function (_, pluginParams) {
55
const isIntialized = isSentryInitialized();
66
const areOptionsDefined = areSentryOptionsDefined(pluginParams);
77

0 commit comments

Comments
 (0)