Skip to content

Commit 40c1b06

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 6a17421 commit 40c1b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Checks/Checks/PingCheck.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,6 @@ protected function failedResult(): Result
172172

173173
protected function getCacheKey(): string
174174
{
175-
return $this->cacheKeyPrefix . ':' . Str::slug($this->getName()) . ':firstFailureAt';
175+
return $this->cacheKeyPrefix.':'.Str::slug($this->getName()).':firstFailureAt';
176176
}
177177
}

0 commit comments

Comments
 (0)