Skip to content

Commit f3051a0

Browse files
committed
[CLEANUP] fix styleci Issue
1 parent b700bd5 commit f3051a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Snapshot.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public function filename(): string
4646
$file = preg_replace("([^\w\s\d\-_~,;\[\]\(\).])", '', $file);
4747
// Remove any runs of periods
4848
$file = preg_replace("([\.]{2,})", '', $file);
49+
4950
return $file;
5051
}
5152

0 commit comments

Comments
 (0)