Skip to content

Commit

Permalink
reset mod
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Mar 12, 2024
1 parent ad0e53a commit 2d58c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stream/fileAction_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"path/filepath"
)

func WriteGoFile[T safeType.Type](name string, data T) (ok bool) {
func WriteGoFile[T safeType.Type](name string, data T) bool {
s := safeType.New(data)
source, err := format.Source(s.Bytes())
if !mylog.Error(err) {
Expand Down

0 comments on commit 2d58c22

Please sign in to comment.