Skip to content

Commit

Permalink
Uncommenting a commented-out interface (#752)
Browse files Browse the repository at this point in the history
* fix linter errors

* maybe?
  • Loading branch information
visill authored Sep 6, 2024
1 parent eac3fe3 commit cc52180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ type RouterClient interface {
}

type PsqlClient struct {
// client.Client
client.Client

activeParamSet map[string]string
savepointParamSet map[string]map[string]string
Expand Down

0 comments on commit cc52180

Please sign in to comment.