Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored and github-actions[bot] committed Dec 13, 2024
1 parent 529a0f9 commit a7a90cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Http/Controllers/GuestEntryController.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ protected function generateEntrySlug($entry): string
}

$iteration++;
$slug = $originalSlug . '-' . $iteration;
$slug = $originalSlug.'-'.$iteration;
}
}

Expand Down
2 changes: 1 addition & 1 deletion tests/Http/Controllers/GuestEntryControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
use Statamic\Facades\Collection;
use Statamic\Facades\Entry;
use Statamic\Facades\Site;

use Statamic\Structures\CollectionStructure;

use function PHPUnit\Framework\assertCount;

beforeEach(function () {
Expand Down

0 comments on commit a7a90cf

Please sign in to comment.