Skip to content

Commit 55e2f71

Browse files
committed
fix(postgresql): Re run release please
1 parent 9d12843 commit 55e2f71

File tree

1 file changed

+1
-1
lines changed
  • plugins/destination/postgresql/client

1 file changed

+1
-1
lines changed

plugins/destination/postgresql/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type Client struct {
2828
plugin.UnimplementedSource
2929
}
3030

31-
// Assert that Client implements plugin.Client interface.
31+
// Assert that Client implements plugin.Client interface.
3232
var _ plugin.Client = (*Client)(nil)
3333

3434
type pgType int

0 commit comments

Comments
 (0)