Skip to content

Commit 88bb8bd

Browse files
style: run prettier on changed files
1 parent e829caf commit 88bb8bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ class Form {
523523
$this->get_priv_name() => [
524524
'name' => 'WebCfg - ' . $this->verbose_name,
525525
'descr' => "Allow access to the $this->url page.",
526-
'match' => [substr($this->url, 1)]
526+
'match' => [substr($this->url, 1)],
527527
],
528528
];
529529
}

0 commit comments

Comments
 (0)