Skip to content

Commit

Permalink
fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Mar 1, 2013
1 parent c67072a commit e047ac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
background-image: -webkit-gradient(linear, 100% 0%, 0% 0%, from(#e4e4e4), to(#ffffff));
background-image: -o-linear-gradient(135deg, #e4e4e4, #ffffff);
background: linear-gradient(225deg, #e4e4e4, #ffffff);

border-radius: 0 0 0 16px;
}

Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Form/Tests/FormRendererTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ public function testHumanize()
$this->assertEquals('Is active', $renderer->humanize('is_active'));
$this->assertEquals('Is active', $renderer->humanize('isActive'));
}
}
}

0 comments on commit e047ac8

Please sign in to comment.