Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
nik9000 committed Sep 29, 2023
1 parent 90aa2ca commit 1c0d593
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ public Block.Ref eval(Page page) {
return Block.Ref.floating(block(lit, context.blockFactory(), page.getPositionCount()));
}

@Override public String toString() {
@Override
public String toString() {
return "LiteralsEvaluator[lit=" + lit + ']';
}

Expand Down

0 comments on commit 1c0d593

Please sign in to comment.