Remove extra newlines

This commit is contained in:
Kevin Sawicki 2017-05-18 16:51:50 -07:00
parent 7aacf786d6
commit 7e185ef1a3
8 changed files with 0 additions and 10 deletions

View file

@ -17,7 +17,6 @@ DevToolsContentsResizingStrategy::DevToolsContentsResizingStrategy(
!bounds_.y()) {
}
void DevToolsContentsResizingStrategy::CopyFrom(
const DevToolsContentsResizingStrategy& strategy) {
bounds_ = strategy.bounds();