Skip to content

Commit 416231b

Browse files
beinanclaude
andcommitted
style: fix spotless string concatenation alignment
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 3d1cb61 commit 416231b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • lance-spark-base_2.12/src/main/scala/org/apache/spark/sql/execution/datasources/v2

lance-spark-base_2.12/src/main/scala/org/apache/spark/sql/execution/datasources/v2/AddIndexExec.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,8 @@ class ZonemapIndexJob(
703703
case e: Exception =>
704704
throw new RuntimeException(
705705
"Zonemap segment build failed. Uncommitted segments (if any) " +
706-
"will be cleaned up by Lance's garbage collection.", e)
706+
"will be cleaned up by Lance's garbage collection.",
707+
e)
707708
}
708709
}
709710

0 commit comments

Comments
 (0)