diff --git a/core/themes/olivero/js/navigation.es6.js b/core/themes/olivero/js/navigation.es6.js
index 5b2ee602bb..da84bf3bb4 100644
--- a/core/themes/olivero/js/navigation.es6.js
+++ b/core/themes/olivero/js/navigation.es6.js
@@ -1,7 +1,7 @@
 /**
-  * @file
-  * Provides header navigation functionality and interactivity.
-  */
+ * @file
+ * Provides header navigation functionality and interactivity.
+ */
 ((Drupal, once, tabbable) => {
   /**
    * Checks if navWrapper contains "is-active" class.
diff --git a/core/themes/olivero/js/scripts.es6.js b/core/themes/olivero/js/scripts.es6.js
index 0dec15fea5..33ac894566 100644
--- a/core/themes/olivero/js/scripts.es6.js
+++ b/core/themes/olivero/js/scripts.es6.js
@@ -1,10 +1,10 @@
 /**
-  * @file
-  * Controls the visibility of desktop navigation.
-  *
-  * Shows and hides the desktop navigation based on scroll position and controls
-  * the functionality of the button that shows/hides the navigation.
-  */
+ * @file
+ * Controls the visibility of desktop navigation.
+ *
+ * Shows and hides the desktop navigation based on scroll position and controls
+ * the functionality of the button that shows/hides the navigation.
+ */
 
 /* eslint-disable no-inner-declarations */
 ((Drupal) => {
