Skip to content

Commit

Permalink
run stylize
Browse files Browse the repository at this point in the history
  • Loading branch information
justbuchanan committed Apr 12, 2023
1 parent 79be71c commit 2ac7642
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stylize.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,9 @@ func LogActionsAndCollectStats(results <-chan FormattingResult, inPlace bool) Ru
}

// @param gitDiffbase If provided, only looks at files that differ from the
// diffbase. Otherwise looks at all files.
//
// diffbase. Otherwise looks at all files.
//
// @param formatters A map of file extension -> formatter
// @return (changeCount, totalCount, errCount)
func (ctx *StylizeContext) Run() RunStats {
Expand Down

0 comments on commit 2ac7642

Please sign in to comment.