Skip to content

Commit 26194a6

Browse files
committed
Fix formatting
1 parent a56141b commit 26194a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func (p *Plugin) OnTrafficFromClient(ctx context.Context, req *v1.Struct) (*v1.S
102102
req, err := postgres.HandleClientMessage(req, p.Logger)
103103
if err != nil {
104104
p.Logger.Debug("Failed to handle client message", ErrorField, err)
105-
return req, err
105+
return req, err
106106
}
107107

108108
// Get the client request from the GatewayD request.

0 commit comments

Comments
 (0)