Skip to content

Commit 717b3c5

Browse files
committed
formatting
1 parent 74adca6 commit 717b3c5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

core/rootvalue.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -630,10 +630,10 @@ func (root *RootValue) PutTable(ctx context.Context, tName doltdb.TableName, tab
630630

631631
// RemoveTables implements the interface doltdb.RootValue.
632632
func (root *RootValue) RemoveTables(
633-
ctx context.Context,
634-
skipFKHandling bool,
635-
allowDroppingFKReferenced bool,
636-
originalTables ...doltdb.TableName,
633+
ctx context.Context,
634+
skipFKHandling bool,
635+
allowDroppingFKReferenced bool,
636+
originalTables ...doltdb.TableName,
637637
) (doltdb.RootValue, error) {
638638
if len(originalTables) == 0 {
639639
return root, nil

0 commit comments

Comments
 (0)