Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami committed Mar 20, 2019
1 parent d52be0b commit 95d137e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azure/azblob.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ func ReadFile(containerName string, filename string, outFile string, noColors bo
if _, err = downloadedData.ReadFrom(bodyStream); err != nil {
log.Fatal(style.Bold(style.Red("ERROR: failed to download file " + filename + " with error: " + err.Error())))
}
fmt.Println("Downloaded the blob: " + downloadedData.String())

// create output file and write to it
var writers []io.Writer
Expand Down

0 comments on commit 95d137e

Please sign in to comment.