Skip to content

Commit 49b52f9

Browse files
style: run prettier on changed files
1 parent 0b50ed5 commit 49b52f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Core

pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Core/Model.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,8 +1215,8 @@ class Model {
12151215
}
12161216

12171217
# Convert properties to object if it's empty. Required for proper JSON conversion.
1218-
if ($openapi_schema["properties"] === []) {
1219-
$openapi_schema["properties"] = new stdClass();
1218+
if ($openapi_schema['properties'] === []) {
1219+
$openapi_schema['properties'] = new stdClass();
12201220
}
12211221

12221222
return $openapi_schema;

0 commit comments

Comments
 (0)