Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjit-bhat committed Jun 25, 2024
1 parent 0a2560c commit fd4fe99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/printast/printast.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var dump = flag.String("dump", "", "dump ast of the provided file [for dev]")

func main() {
log.SetFlags(log.Lshortfile)
flag.Parse()
flag.Parse()
if *dump == "" {
return
}
Expand Down

0 comments on commit fd4fe99

Please sign in to comment.