Skip to content

Commit f3eaac1

Browse files
committed
Lint fix
1 parent 4d42f13 commit f3eaac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/Renderer/Stories/Carousel_Renderer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function () {
176176
*/
177177
protected function get_carousel_settings(): array {
178178
return [
179-
'config' => [
179+
'config' => [
180180
'isRTL' => is_rtl(),
181181
],
182182
'publicPath' => $this->assets->get_base_url( 'assets/js/' ),

0 commit comments

Comments
 (0)