Skip to content

Commit c9060a6

Browse files
committed
Updated for linter
1 parent 6a6f19c commit c9060a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/fwserver/server.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ type Server struct {
4242
// to [ephemeral.ConfigureRequest.ProviderData].
4343
EphemeralResourceConfigureData any
4444

45-
4645
// ListResourceConfigureData is the
4746
// [provider.ConfigureResponse.ListResourceData] field value which is passed
4847
// to [list.ConfigureRequest.ProviderData].
@@ -53,7 +52,6 @@ type Server struct {
5352
// to [action.ConfigureRequest.ProviderData].
5453
ActionConfigureData any
5554

56-
5755
// actionSchemas is the cached Action Schemas for RPCs that need to
5856
// convert configuration data from the protocol. If not found, it will be
5957
// fetched from the Action.Schema() method.

0 commit comments

Comments
 (0)