Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
pivilartisant committed Jul 30, 2024
1 parent 511d0a5 commit 72fad8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion int/zipper/zipper.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/massalabs/station/pkg/logger"
)

// ReadIndexFromZip returns the content of the index.html file from the given zip content.
// ReadIndexFromZip returns the content of the desired file from the given zip file.
func ReadFileFromZip(zipFile []byte, fileName string) ([]byte, error) {

Check failure on line 13 in int/zipper/zipper.go

View workflow job for this annotation

GitHub Actions / lint

block should not start with a whitespace (wsl)

reader := bytes.NewReader(zipFile)
Expand Down

0 comments on commit 72fad8d

Please sign in to comment.