Skip to content

Commit

Permalink
Merge pull request #82 from antham/cleaning
Browse files Browse the repository at this point in the history
Clean some useless statement
  • Loading branch information
antham committed May 15, 2022
2 parents 6864899 + 70eb60b commit fcec53c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ghokin/file_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ func (f FileManager) processPath(path string, extensions []string, processFile f

close(fc)
wg.Wait()
mu.Lock()
defer mu.Unlock()

return errors
}
Expand Down

0 comments on commit fcec53c

Please sign in to comment.