Skip to content

Commit 5aeaf1e

Browse files
chore: lint
1 parent e19a80f commit 5aeaf1e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

flow/activities/flowable.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2172,7 +2172,8 @@ func (a *FlowableActivity) RunPgDumpSchema(
21722172

21732173
dstPgConfig, ok := dstPeer.Config.(*protos.Peer_PostgresConfig)
21742174
if !ok {
2175-
return false, a.Alerter.LogFlowError(ctx, input.FlowName, fmt.Errorf("destination peer %s is not a PostgreSQL peer", input.DestinationName))
2175+
return false, a.Alerter.LogFlowError(ctx, input.FlowName,
2176+
fmt.Errorf("destination peer %s is not a PostgreSQL peer", input.DestinationName))
21762177
}
21772178

21782179
// skip schema migration for peers using SSH tunnels

0 commit comments

Comments
 (0)