Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samwestmoreland authored Apr 9, 2024
1 parent 2fb1024 commit 80e7507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph/graph.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ func checkVisibility(target labels.Label, visibilities []string) bool {
return false
}

func writeFormatedBuildFile(buildFile *build.File, out io.Writer, format string) error {
func writeFormattedBuildFile(buildFile *build.File, out io.Writer, format string) error {
if len(buildFile.Stmt) == 0 {
return nil
}
Expand Down

0 comments on commit 80e7507

Please sign in to comment.