Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Nov 1, 2024
1 parent 7d013b0 commit 36c4e3c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions internal/pkg/dependencies/gomock_reflect_3331125805/prog.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

package main

import (
Expand All @@ -19,13 +18,11 @@ var output = flag.String("output", "", "The output file name, or empty to use st
func main() {
flag.Parse()

its := []struct{
its := []struct {
sym string
typ reflect.Type
}{

{ "DependenciesManager", reflect.TypeOf((*pkg_.DependenciesManager)(nil)).Elem()},

{"DependenciesManager", reflect.TypeOf((*pkg_.DependenciesManager)(nil)).Elem()},
}
pkg := &model.Package{
// NOTE: This behaves contrary to documented behaviour if the
Expand Down

0 comments on commit 36c4e3c

Please sign in to comment.