Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Seva <[email protected]>
  • Loading branch information
pivilartisant and Thykof authored Aug 9, 2024
1 parent 14d3d4a commit 18cf0a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ func (c *Cache) Save(fileName string, content []byte) error {

// Delete removes a file from the cache.
func (c *Cache) Delete(fileName string) error {

fullPath, err := fullPath(fileName, c.ConfigDir)
if err != nil {
return fmt.Errorf("while reading cached file %s: %w", fileName, err)
Expand Down

0 comments on commit 18cf0a0

Please sign in to comment.