Skip to content

Commit

Permalink
Remove unnecessary whitespace in example
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Sep 16, 2022
1 parent faac2f4 commit f558bac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boa_engine/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ impl Display for JsError {
///
/// ```rust
/// # use boa_engine::{JsNativeError, JsNativeErrorKind};
///
/// let native_error = JsNativeError::uri().with_message("cannot decode uri");
///
/// match native_error.kind {
Expand Down

0 comments on commit f558bac

Please sign in to comment.