mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Minor stylistic change
This commit is contained in:
parent
72192257f2
commit
37f9cca5ec
|
@ -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'));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue