Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
chand1012 committed Mar 17, 2023
1 parent 9b71158 commit faf9bd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func shouldIgnore(filePath string, ignoreList []string) bool {
}
return false
}

func ProcessGitRepo(repoPath, preambleFile string) (string, error) {
ignoreFilePath := filepath.Join(repoPath, ".gptignore")

Expand Down

0 comments on commit faf9bd3

Please sign in to comment.