Add linebreak because code style is important

This commit is contained in:
Matthew Penner 2020-04-10 13:06:10 -06:00
parent 42fb9fdbd9
commit 3163517f8d

View file

@ -393,6 +393,7 @@ class ServerRepository extends EloquentRepository implements ServerRepositoryInt
{
return $this->getBuilder()
->with('nest')
->where('node_id', '=', $node)->get();
->where('node_id', '=', $node)
->get();
}
}