Add blank line to EOL. No trailing spaces.

This commit is contained in:
James Brooks
2014-11-27 22:08:28 +00:00
parent 18403aaa81
commit 6c78adf71c
25 changed files with 28 additions and 28 deletions
@@ -50,4 +50,4 @@ class ComponentController extends DingoController {
public function postComponents() {
return $this->component->create($this->auth->user()->id, Input::all());
}
}
}
@@ -88,4 +88,4 @@ class IncidentController extends DingoController {
App::abort(404, $incident->getErrors()->first());
}
}
}
}
@@ -73,4 +73,4 @@ class MetricController extends DingoController {
App::abort(404, $metric->getErrors()->first());
}
}
}
}