Skip to content

Commit 6827c29

Browse files
authored
fix: Remove unintentional trailing whitespace (#1523)
Accidentally added through GitHub code change suggestions during code review.
1 parent 89ede50 commit 6827c29

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/collections/_documentation/error-reporting/getting-started-verify/browser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
One way to verify your setup is by intentionally sending an event that breaks your application.
1+
One way to verify your setup is by intentionally sending an event that breaks your application.
22

33
Calling an undefined function will throw an exception:
44

src/collections/_documentation/error-reporting/getting-started-verify/cordova.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
One way to verify your setup is by intentionally sending an event that breaks your application.
1+
One way to verify your setup is by intentionally sending an event that breaks your application.
22

33
Calling an undefined function will throw an exception:
44

src/collections/_documentation/error-reporting/getting-started-verify/electron.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
One way to verify your setup is by intentionally sending an event that breaks your application.
1+
One way to verify your setup is by intentionally sending an event that breaks your application.
22

33
Calling an undefined function will throw an exception:
44

src/collections/_documentation/error-reporting/getting-started-verify/node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
One way to verify your setup is by intentionally sending an event that breaks your application.
1+
One way to verify your setup is by intentionally sending an event that breaks your application.
22

33
Calling an undefined function will throw an exception:
44

src/collections/_documentation/error-reporting/getting-started-verify/php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
One way to verify your setup is by intentionally sending an event that breaks your application.
1+
One way to verify your setup is by intentionally sending an event that breaks your application.
22

33
You can throw an exception in your PHP application:
44

src/collections/_documentation/error-reporting/getting-started-verify/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
One way to verify your setup is by intentionally sending an event that breaks your application.
1+
One way to verify your setup is by intentionally sending an event that breaks your application.
22

33
Raise an unhandled Python exception by inserting a divide by zero expression
44
into your application:

src/collections/_documentation/error-reporting/getting-started-verify/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
One way to verify your setup is by intentionally sending an event that breaks your application.
1+
One way to verify your setup is by intentionally sending an event that breaks your application.
22

33
The quickest way to verify Sentry in your Rust application is to cause a panic:
44

0 commit comments

Comments
 (0)