Skip to content

Commit 09ebb79

Browse files
style: run prettier on changed files
1 parent 17f4736 commit 09ebb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Models/SystemTimezone.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class SystemTimezone extends Model {
2525
allow_null: false,
2626
many: false,
2727
choices_callable: 'get_timezone_choices',
28-
help_text: 'Set geographic region name (Continent/Location) to determine the timezone for the firewall.'
28+
help_text: 'Set geographic region name (Continent/Location) to determine the timezone for the firewall.',
2929
);
3030

3131
parent::__construct($id, $parent_id, $data, ...$options);

0 commit comments

Comments
 (0)