Removed extra space because pedantry

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-03-16 16:45:03 +00:00
parent babf7c064b
commit 7498fe36e9

View file

@ -42,7 +42,6 @@ class StatuslabelsController extends Controller
} elseif (strtolower($request->input('status_type'))== 'undeployable') { } elseif (strtolower($request->input('status_type'))== 'undeployable') {
$statuslabels = $statuslabels->Undeployable(); $statuslabels = $statuslabels->Undeployable();
} }
} }
// Set the offset to the API call's offset, unless the offset is higher than the actual count of items in which // Set the offset to the API call's offset, unless the offset is higher than the actual count of items in which