Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e047ac8

Browse files
committed
fixed CS
1 parent c67072a commit e047ac8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
background-image: -webkit-gradient(linear, 100% 0%, 0% 0%, from(#e4e4e4), to(#ffffff));
285285
background-image: -o-linear-gradient(135deg, #e4e4e4, #ffffff);
286286
background: linear-gradient(225deg, #e4e4e4, #ffffff);
287-
287+
288288
border-radius: 0 0 0 16px;
289289
}
290290

src/Symfony/Component/Form/Tests/FormRendererTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ public function testHumanize()
1515
$this->assertEquals('Is active', $renderer->humanize('is_active'));
1616
$this->assertEquals('Is active', $renderer->humanize('isActive'));
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)