Skip to content

Commit 2510adc

Browse files
committed
fix cpp formatting
1 parent bf79653 commit 2510adc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/node_contextify.cc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -609,9 +609,8 @@ void ContextifyContext::PropertyDefinerCallback(
609609
bool read_only =
610610
static_cast<int>(attributes) &
611611
static_cast<int>(PropertyAttribute::ReadOnly);
612-
bool dont_delete =
613-
static_cast<int>(attributes) &
614-
static_cast<int>(PropertyAttribute::DontDelete);
612+
bool dont_delete = static_cast<int>(attributes) &
613+
static_cast<int>(PropertyAttribute::DontDelete);
615614

616615
// If the property is set on the global as neither writable nor
617616
// configurable, don't change it on the global or sandbox.

0 commit comments

Comments
 (0)