Skip to content

Commit 2474f44

Browse files
committed
Final linting...
1 parent e653cf5 commit 2474f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/apitypings/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ func (g *Generator) typescriptType(ty types.Type) (TypescriptType, error) {
768768
// isBuiltIn returns the string for a builtin type that we want to support
769769
// if the name is a reserved builtin type. This is for types like 'comparable'.
770770
// These types are not implemented in golang, so we just have to hardcode it.
771-
func (_ Generator) isBuiltIn(name string) (bool, string) {
771+
func (Generator) isBuiltIn(name string) (bool, string) {
772772
// Note: @emyrk If we use constraints like Ordered, we can pull those
773773
// dynamically from their respective packages. This is a method on Generator
774774
// so if someone wants to implement that, they can find the respective package

0 commit comments

Comments
 (0)