Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilvirus committed Sep 24, 2024
2 parents 9166b00 + 4c9c17d commit b7454fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pkg/commons/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ func readFromFile(filePath string) ([]byte, error) {
}

data := bytes.TrimSuffix(dataBytes, []byte("\n"))
data = bytes.ReplaceAll(data, []byte("\r"), []byte(""))

return data, nil
}
Expand Down

0 comments on commit b7454fc

Please sign in to comment.