Skip to content

Commit cd5845b

Browse files
style: run prettier on changed files
1 parent 4120415 commit cd5845b

File tree

2 files changed

+141
-151
lines changed

2 files changed

+141
-151
lines changed

composer.lock

Lines changed: 140 additions & 150 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Tests/APIModelsFirewallRuleTestCase.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class APIModelsFirewallRuleTestCase extends TestCase {
3232

3333
foreach ($not_ready_keywords as $kw) {
3434
# pf is not ready if any of the keywords are found in the output
35-
if (str_contains($cmd->output, $kw) or ($needle and !str_contains($cmd->output, $needle))) {
35+
if (str_contains($cmd->output, $kw) or $needle and !str_contains($cmd->output, $needle)) {
3636
$ready = false;
3737
$attempt++;
3838
sleep(1);

0 commit comments

Comments
 (0)