From 7661762e953d2a4f03b1dbf638b19fa54c2893c6 Mon Sep 17 00:00:00 2001 From: Ant Brown Date: Thu, 24 Mar 2022 09:36:35 +1300 Subject: [PATCH] Remove extra whitespace (Islandora#2065) --- src/Plugin/views/field/IntegerWeightSelector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugin/views/field/IntegerWeightSelector.php b/src/Plugin/views/field/IntegerWeightSelector.php index 0c0f6e8c..60892c96 100644 --- a/src/Plugin/views/field/IntegerWeightSelector.php +++ b/src/Plugin/views/field/IntegerWeightSelector.php @@ -46,7 +46,7 @@ class IntegerWeightSelector extends FieldPluginBase { $options[$this->getValue($row)] = $this->getValue($row); } - // If we were given some blank values, or less than the + // If we were given some blank values, or less than the // total_rows for the view, we need to fill // out the option list from 1 through the result count // to make sure we have enough. (Blanks should only appear