Skip to content

Commit

Permalink
revert extra \n
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Aug 5, 2022
1 parent 98eb295 commit 921cbef
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ public function test_generate_prettified_with_indent_css_declarations_string() {
$this->assertSame(
' color: red;
border-top-left-radius: 99px;
text-decoration: underline;
',
text-decoration: underline;',
$css_declarations->get_declarations_string( true, 1 )
);
}
Expand All @@ -140,8 +139,7 @@ public function test_generate_prettified_with_more_indents_css_declarations_stri
$this->assertSame(
' color: red;
border-top-left-radius: 99px;
text-decoration: underline;
',
text-decoration: underline;',
$css_declarations->get_declarations_string( true, 2 )
);
}
Expand Down

0 comments on commit 921cbef

Please sign in to comment.