Skip to content

Commit

Permalink
fix lint pt.1
Browse files Browse the repository at this point in the history
  • Loading branch information
heavycrystal committed Mar 18, 2024
1 parent aebcef9 commit 7ebebbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flow/workflows/snapshot_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ func (s *SnapshotFlowExecution) cloneTables(
s.logger.Info(fmt.Sprintf("cloning tables for slot name %s and snapshotName %s",
cloneTablesInput.slotName, cloneTablesInput.snapshotName))
} else if cloneTablesInput.snapshotType == SNAPSHOT_TYPE_TXN {
s.logger.Info(fmt.Sprintf("cloning tables in txn snapshot mode with snapshotName %s",
cloneTablesInput.snapshotName))
s.logger.Info("cloning tables in txn snapshot mode with snapshotName " +
cloneTablesInput.snapshotName)
}

boundSelector := concurrency.NewBoundSelector(cloneTablesInput.maxParallelClones)
Expand Down

0 comments on commit 7ebebbe

Please sign in to comment.