From 787b7c7c169a764cd0465240425d1fd42b702167 Mon Sep 17 00:00:00 2001 From: alexjmpb Date: Mon, 26 Aug 2024 11:47:40 -0500 Subject: [PATCH] fix: fixing whitespace --- lms/static/js/edxnotes/views/notes_factory.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lms/static/js/edxnotes/views/notes_factory.js b/lms/static/js/edxnotes/views/notes_factory.js index 7513a0bdd14..957d365d23e 100644 --- a/lms/static/js/edxnotes/views/notes_factory.js +++ b/lms/static/js/edxnotes/views/notes_factory.js @@ -8,8 +8,7 @@ 'js/edxnotes/plugins/caret_navigation', 'js/edxnotes/plugins/store_error_handler', 'js/edxnotes/plugins/search_override', - - 'js/edxnotes/plugins/ai_summarize' + 'js/edxnotes/plugins/ai_summarize', ], function($, _, Annotator, NotesLogger, NotesCollector) { var plugins = ['Auth', 'Store', 'Scroller', 'Events', 'Accessibility', 'CaretNavigation', 'Tags', 'AiSummarize'], getOptions, setupPlugins, getAnnotator;