From 1508c44f684db5d0fb84d9f0a660fc66015c6e4c Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Sun, 8 Nov 2020 13:08:14 +0100 Subject: [PATCH] lint --- src/types/YArray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/YArray.js b/src/types/YArray.js index 43413026..cadb16b5 100644 --- a/src/types/YArray.js +++ b/src/types/YArray.js @@ -60,7 +60,7 @@ export class YArray extends AbstractType { * @param {Array} items * @return {YArray} */ - static from(items) { + static from (items) { const a = new YArray() a.push(items) return a