fixed formatting

main
Oren Leung 2021-08-25 23:07:05 -04:00
parent 00a8eb32ff
commit 64f292a0ad
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ func (c *Console) Write(analysis *analyser.Analysis) error {
} }
} }
if analysis.Summary().TotalDrifted > 0 { if analysis.Summary().TotalDrifted > 0 {
groupedBySource := make(map[string][]analyser.Difference) groupedBySource := make(map[string][]analyser.Difference)