Skip to content

Commit 3163517

Browse files
committed
Add linebreak because code style is important
1 parent 42fb9fd commit 3163517

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/Repositories/Eloquent/ServerRepository.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ public function loadEveryServerForNode(int $node)
393393
{
394394
return $this->getBuilder()
395395
->with('nest')
396-
->where('node_id', '=', $node)->get();
396+
->where('node_id', '=', $node)
397+
->get();
397398
}
398399
}

0 commit comments

Comments
 (0)