]> source.dussan.org Git - poi.git/commitdiff
formatting
authorPJ Fanning <fanningpj@apache.org>
Mon, 21 Feb 2022 18:00:24 +0000 (18:00 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 21 Feb 2022 18:00:24 +0000 (18:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898283 13f79535-47bb-0310-9956-ffa450edef68

poi/src/main/java/org/apache/poi/ss/formula/atp/XLookupFunction.java

index 7841e9cce51c708af1c10014450ee15a5aa22592..ccef07a1d7704903a2a386ff8cb2eecf8453a1c5 100644 (file)
@@ -138,7 +138,7 @@ final class XLookupFunction implements FreeRefFunction, ArrayFunction {
                 if (tableArray.isColumn()) {
                     return area.offset(matchedIdx, matchedIdx,0, area.getWidth() - 1);
                 } else {
-                    return area.offset(0, area.getHeight() - 1,matchedIdx, matchedIdx);
+                    return area.offset(0, area.getHeight() - 1, matchedIdx, matchedIdx);
                 }
             } else {
                 return returnEval;