From 73c1c04b1214683e7baf5e998bd30b63666bdb2c Mon Sep 17 00:00:00 2001 From: "Mark S. Miller" Date: Mon, 1 Mar 2021 10:48:19 -0800 Subject: [PATCH] fix: whitespace --- packages/ses/NEWS.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/ses/NEWS.md b/packages/ses/NEWS.md index 7256c1c6ab..94d018655b 100644 --- a/packages/ses/NEWS.md +++ b/packages/ses/NEWS.md @@ -31,9 +31,10 @@ User-visible changes in SES: but have not yet been tested on others. * On all platforms `Error.stackTrace` is now an assignable accessor property. On v8-based platforms, for the `Error` constructor in the start compartment, - it has the same effect that it does outside SES. Outside the start compartment, - or outside v8-based platforms, the assignment succeeds silently with no - effect. This accommodates a de facto standard idiom encouraged by Google. + it has the same effect that it does outside SES. Outside the start + compartment, or outside v8-based platforms, the assignment succeeds silently + with no effect. + This accommodates a de facto standard idiom encouraged by Google. * The "SES Demo Console" and "SES Challenge" have been fixed to work with modern SES. Both now run in browsers, though these are not yet hosted for visiting as an external web page.