Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang committed Nov 11, 2020
1 parent 96a648c commit b507b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/profileBuilder/model/aliasPackage.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
// AliasPackage is an abstraction around ast.Package to provide convenience methods for manipulating it.
type AliasPackage struct {
ast.Package
general []*ast.GenDecl
general []*ast.GenDecl
functions []*ast.FuncDecl
imports []*ast.ImportSpec
}
Expand Down

0 comments on commit b507b1a

Please sign in to comment.