Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Dec 16, 2024
1 parent e37ed07 commit 27c016e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ public Map<String, TreeMemoryTarget> children() {
@Override
public TreeMemoryTarget parent() {
// we are root
throw new IllegalStateException("Unreachable code org.apache.gluten.memory.memtarget.spark.TreeMemoryConsumer.parent");
throw new IllegalStateException(
"Unreachable code org.apache.gluten.memory.memtarget.spark.TreeMemoryConsumer.parent");
}

@Override
Expand Down

0 comments on commit 27c016e

Please sign in to comment.