Skip to content

Commit

Permalink
style: ran prettier on changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhendrickson13 committed Sep 29, 2024
1 parent 92c2e0f commit bcdf00a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ class OpenVPNServer extends Model {
*/
public function from_internal_use_tls(): bool {
# We know TLS is enabled if we have a TLS key stored
return (bool)$this->tls->value;
return (bool) $this->tls->value;
}

/**
Expand Down

0 comments on commit bcdf00a

Please sign in to comment.