Skip to content

Commit b3b35d7

Browse files
cheesegritsgithub-actions[bot]
authored andcommitted
chore: fix code style
1 parent bf0d095 commit b3b35d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Widgets/MapWidget.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ public function getMapConfig(): string
158158
public function getMapId(): ?string
159159
{
160160
$mapId = static::$mapId ?? str(get_called_class())->afterLast('\\')->studly()->toString();
161-
162-
return preg_replace('/[^a-zA-Z0-9_]/','', $mapId);
161+
162+
return preg_replace('/[^a-zA-Z0-9_]/', '', $mapId);
163163
}
164164

165165
public function updateMapData()

0 commit comments

Comments
 (0)