From b53e85ecc63c76e58e174bc088c3eda43fe42742 Mon Sep 17 00:00:00 2001 From: Ilya Kirillov Date: Sat, 1 Feb 2025 14:52:48 +0300 Subject: [PATCH] Fix for code style check --- word/Editor/ParagraphChanges.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/word/Editor/ParagraphChanges.js b/word/Editor/ParagraphChanges.js index a3471a883f..469d44f792 100644 --- a/word/Editor/ParagraphChanges.js +++ b/word/Editor/ParagraphChanges.js @@ -2088,4 +2088,4 @@ CChangesParagraphBidi.prototype.IsNeedRecalculate = function() { return true; }; -CChangesParagraphBidi.prototype.CheckLock = private_ParagraphContentChangesCheckLock; \ No newline at end of file +CChangesParagraphBidi.prototype.CheckLock = private_ParagraphContentChangesCheckLock;