Skip to content

Commit 1e38f7e

Browse files
committed
chore: delint
1 parent c4dfe45 commit 1e38f7e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

internal/server/common_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ var tool4 = MockTool{
6868
}
6969

7070
var tool5 = MockTool{
71-
Name: "require_client_auth_tool",
72-
Params: []parameters.Parameter{},
71+
Name: "require_client_auth_tool",
72+
Params: []parameters.Parameter{},
7373
requiresClientAuthorization: true,
7474
}
7575

internal/server/mocks.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ import (
2727

2828
// MockTool is used to mock tools in tests
2929
type MockTool struct {
30-
Name string
31-
Description string
32-
Params []parameters.Parameter
33-
manifest tools.Manifest
34-
unauthorized bool
30+
Name string
31+
Description string
32+
Params []parameters.Parameter
33+
manifest tools.Manifest
34+
unauthorized bool
3535
requiresClientAuthorization bool
3636
}
3737

0 commit comments

Comments
 (0)