Skip to content

Commit

Permalink
chore: make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
PengyuanZhao committed Oct 16, 2023
1 parent 2912076 commit 9ce1ef8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lwcomponent/api_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@ type apiInfo struct {
sizeKB int64
}

func NewAPIInfo(id int32, name string, version *semver.Version, allVersions []*semver.Version, desc string, size int64) ApiInfo {
func NewAPIInfo(
id int32,
name string,
version *semver.Version,
allVersions []*semver.Version,
desc string,
size int64,
) ApiInfo {
return &apiInfo{
id: id,
name: name,
Expand Down

0 comments on commit 9ce1ef8

Please sign in to comment.