Skip to content

Commit 72d92ef

Browse files
style: run prettier on changed files
1 parent 1a2ef27 commit 72d92ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,15 @@ class FreeRADIUSUser extends Model {
120120
validators: [new IPAddressValidator(allow_ipv4: true, allow_ipv6: false)],
121121
help_text: 'Framed-IP-Address MUST be supported by NAS. ' .
122122
'If the OpenVPN server uses a subnet style Topology the RADIUS server MUST ' .
123-
'also send back an appropriate Framed-IP-Netmask value matching the VPN Tunnel Network.'
123+
'also send back an appropriate Framed-IP-Netmask value matching the VPN Tunnel Network.',
124124
);
125125
$this->framed_ip_netmask = new StringField(
126126
required: false,
127127
default: '',
128128
internal_name: 'varusersframedipnetmask',
129129
allow_empty: true,
130130
validators: [new IPAddressValidator(allow_ipv4: true, allow_ipv6: false)],
131-
help_text: 'Framed-IP-Netmask MUST be supported by NAS'
131+
help_text: 'Framed-IP-Netmask MUST be supported by NAS',
132132
);
133133

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

0 commit comments

Comments
 (0)