Minor stylistic change

This commit is contained in:
Ivan Nieto Vivanco 2022-05-28 08:11:13 -05:00
parent 72192257f2
commit 37f9cca5ec

View file

@ -125,7 +125,7 @@ class LicenseSeatsController extends Controller
$target = $is_checkin ? $oldAsset : Asset::find($licenseSeat->asset_id);
}
if(is_null($target)){
if (is_null($target)){
return response()->json(Helper::formatStandardApiResponse('error', null, 'Target not found'));
}