Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche authored and actions-user committed Sep 9, 2020
1 parent 61319f5 commit 66d9f1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/AddCspHeadersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,10 @@ public function it_will_atomically_check_values_when_they_are_given_in_a_single_
$policy = new class extends Policy {
public function configure()
{
$this->addDirective(Directive::SCRIPT,
'sha256-hash1 '.Keyword::SELF.' source');
$this->addDirective(
Directive::SCRIPT,
'sha256-hash1 '.Keyword::SELF.' source'
);
}
};

Expand Down

0 comments on commit 66d9f1a

Please sign in to comment.