formatting

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898283 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-02-21 18:00:24 +00:00
parent 784c88f079
commit 8c6172c772
1 changed files with 1 additions and 1 deletions

View File

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