Skip to content

Commit

Permalink
Updated to meeting coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
wheatleym committed Nov 17, 2023
1 parent 74365e6 commit 100d643
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/PurifyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ public function test_custom_css_definitions_are_applied()
'<p style="text-align:end;">Test</p>',
Purify::clean('<p style="text-align:end;">Test</p>')
);

}
}

Expand All @@ -184,4 +183,3 @@ public static function apply(HTMLPurifier_CSSDefinition $definition)
);
}
}

0 comments on commit 100d643

Please sign in to comment.