summaryrefslogtreecommitdiffstats
path: root/vespajlib
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2020-01-06 10:24:13 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2020-01-06 10:24:13 +0100
commit52e3c956e74d03ed765ee37f7e0f7bc22a893c7f (patch)
tree965a48c252fb5993d38d66db8d1d45767ec23b0c /vespajlib
parent6ebe10ce23b067facf72174384a1a8d0f7708854 (diff)
Remove tab
Diffstat (limited to 'vespajlib')
-rw-r--r--vespajlib/src/main/java/com/yahoo/tensor/TensorType.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespajlib/src/main/java/com/yahoo/tensor/TensorType.java b/vespajlib/src/main/java/com/yahoo/tensor/TensorType.java
index a9412f7f061..240681bad5a 100644
--- a/vespajlib/src/main/java/com/yahoo/tensor/TensorType.java
+++ b/vespajlib/src/main/java/com/yahoo/tensor/TensorType.java
@@ -330,7 +330,7 @@ public class TensorType {
// both are indexed bound
IndexedBoundDimension thisIb = (IndexedBoundDimension)this;
IndexedBoundDimension otherIb = (IndexedBoundDimension)other.get();
- return thisIb.size().get() < otherIb.size().get() ? thisIb : otherIb;
+ return thisIb.size().get() < otherIb.size().get() ? thisIb : otherIb;
}
@Override