Skip to content

Commit d5e28a3

Browse files
style: run prettier on changed files
1 parent 7856ae9 commit d5e28a3

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/APIModelsGraphQLTestCase.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ class APIModelsGraphQLTestCase extends TestCase {
396396
# Query for interfaces including conditionally required fields and ensure no errors are returned.
397397
$graphql = new GraphQL(
398398
query: 'query {queryInterfaces {id ipaddr subnet descr typev4 track6_interface}}',
399-
client: $this->auth
399+
client: $this->auth,
400400
);
401401
$graphql->create();
402402
$this->assert_is_empty($graphql->result->value['errors'] ?? []);

0 commit comments

Comments
 (0)