Skip to content

Commit e81b30c

Browse files
style: run prettier on changed files
1 parent d8d4732 commit e81b30c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@ class WireGuardTunnel extends Model {
148148
/**
149149
* Extends the default _update method to ensure addresses are removed if the tunnel has an interface assignment
150150
*/
151-
public function _update(): void
152-
{
151+
public function _update(): void {
153152
# Remove any existing addresses if this tunnel has an existing interface assignment
154153
if (NetworkInterface::query(if: $this->name->value)->exists()) {
155154
$this->addresses->value = null;

0 commit comments

Comments
 (0)