From: Mohamad Salman <139472418+MohamadSalman11@users.noreply.github.com> Date: Fri, 25 Apr 2025 17:22:58 +0000 (+0200) Subject: Removed line break between `// Private` comment and function (#41218) X-Git-Tag: v5.3.6~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7bbbc492ef8bebf38ea965c3aba46b742ead1762;p=thirdparty%2Fbootstrap.git Removed line break between `// Private` comment and function (#41218) --- diff --git a/js/src/toast.js b/js/src/toast.js index d5d9c0ee0c..82369ebef4 100644 --- a/js/src/toast.js +++ b/js/src/toast.js @@ -135,7 +135,6 @@ class Toast extends BaseComponent { } // Private - _maybeScheduleHide() { if (!this._config.autohide) { return