Skip to content

Commit a837e57

Browse files
committed
cleanup
1 parent 5719a88 commit a837e57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/toolsets/toolsets.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,10 @@ func (t *Toolset) AddReadTools(tools ...ServerTool) *Toolset {
192192
}
193193

194194
type ToolsetGroup struct {
195-
Toolsets map[string]*Toolset
196-
deprecatedAliases map[string]string // oldName → newName for renamed tools
197-
everythingOn bool
198-
readOnly bool
195+
Toolsets map[string]*Toolset
196+
deprecatedAliases map[string]string // oldName → newName for renamed tools
197+
everythingOn bool
198+
readOnly bool
199199
}
200200

201201
func NewToolsetGroup(readOnly bool) *ToolsetGroup {

0 commit comments

Comments
 (0)