Skip to content

Commit 4cc8874

Browse files
style: run prettier on changed files
1 parent 4885bcd commit 4cc8874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Tests/APIModelsServiceTestCase.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class APIModelsServiceTestCase extends TestCase {
2727
*/
2828
public function test_can_perform_service_actions(): void {
2929
# Obtain a Service to test with
30-
$test_service = Service::query(name: "ntpd")->first();
30+
$test_service = Service::query(name: 'ntpd')->first();
3131

3232
# Ensure the service can be stopped
3333
$test_service->action->value = 'stop';

0 commit comments

Comments
 (0)