Skip to content

Commit dda5bb2

Browse files
committed
Fix code linting
1 parent fa4376a commit dda5bb2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/TestHelper/KnownSessionIdGenerator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ public function currentId() : string {
2424
$counter = $this->counter > 0 ? $this->counter - 1 : 0;
2525
return self::ID_PREFIX . '-' . $counter;
2626
}
27-
2827
}

0 commit comments

Comments
 (0)