Skip to content

Commit

Permalink
update :spotlessApply
Browse files Browse the repository at this point in the history
Signed-off-by: YANGDB <[email protected]>
  • Loading branch information
YANG-DB committed Dec 3, 2024
1 parent 8e6ec1b commit c13192e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,7 @@ public String visitLookup(Lookup node, String context) {
Boolean overwrite = (Boolean) options.get(0).getValue().getValue();

return StringUtils.format(
"%s | lookup %s %s overwrite=%b %s",
child, lookupIndexName, matches, overwrite, copies)
"%s | lookup %s %s overwrite=%b %s", child, lookupIndexName, matches, overwrite, copies)
.trim();
}

Expand Down

0 comments on commit c13192e

Please sign in to comment.