From e51cd212ce420df6ee4d21b835316e538652f967 Mon Sep 17 00:00:00 2001 From: Alex Kanunnikov Date: Mon, 11 Dec 2023 19:52:17 +0300 Subject: [PATCH] chore: formatting issue fix --- addon/utils/ref.js | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/addon/utils/ref.js b/addon/utils/ref.js index 6c45273..0b3799d 100644 --- a/addon/utils/ref.js +++ b/addon/utils/ref.js @@ -39,8 +39,7 @@ function toWeakRefIfSupported(node) { if (node === null || node === undefined) { return null; } - if(hasWeakRef) - { + if (hasWeakRef) { if (node instanceof WeakRef) { return node; } diff --git a/package.json b/package.json index d7d242e..e08e39f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-ref-bucket", - "version": "5.0.5", + "version": "5.0.6", "description": "Ember DOM reference modifiers, helpers and decorators", "keywords": [ "ember-addon",