Skip to content

Commit ca44f56

Browse files
committed
fmt
1 parent ad6209d commit ca44f56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel-spark/src/main/java/io/delta/kernel/spark/snapshot/DeltaSnapshotManagerFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ public static DeltaSnapshotManager fromPath(String tablePath, Configuration hado
7878
/**
7979
* Creates a snapshot manager from catalog table metadata.
8080
*
81-
* <p>Wire-up is intentionally deferred; this skeleton method currently throws until implemented in
82-
* a follow-up PR.
81+
* <p>Wire-up is intentionally deferred; this skeleton method currently throws until implemented
82+
* in a follow-up PR.
8383
*
8484
* @throws UnsupportedOperationException always, until UC wiring is added
8585
*/

0 commit comments

Comments
 (0)