Skip to content

Commit 70f5be6

Browse files
- Linting fix.
1 parent 249a452 commit 70f5be6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/stackql/persistence/persistence_system.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ func (s *SQLPersistenceSystem) GetSystemName() string {
2727
return s.sqlSystem.GetName()
2828
}
2929

30-
func (s *SQLPersistenceSystem) HandleExternalTables(providerName string, externalTables map[string]anysdk.SQLExternalTable) error {
30+
func (s *SQLPersistenceSystem) HandleExternalTables(
31+
providerName string, externalTables map[string]anysdk.SQLExternalTable) error {
3132
for _, tbl := range externalTables {
3233
err := s.sqlSystem.RegisterExternalTable(
3334
providerName,

0 commit comments

Comments
 (0)