Skip to content

Commit f102880

Browse files
- Linter things.
1 parent 8272f4c commit f102880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/stackql/provider/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func newGenericProvider(
134134
providerStr,
135135
versionStr string,
136136
reg anysdk.RegistryAPI,
137-
sqlSystem sql_system.SQLSystem,
137+
_ sql_system.SQLSystem,
138138
persistenceSystem sdk_persistence.PersistenceSystem,
139139
) (IProvider, error) {
140140
methSel, err := methodselect.NewMethodSelector(providerStr, versionStr)

0 commit comments

Comments
 (0)