Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Peppe committed Aug 17, 2012
1 parent 931b4ed commit 96aa29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion downloader/downloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

// TempDir holds the temporary directory used to
// write the URL download.
var TempDir = os.TempDir()
var TempDir = os.TempDir()

// Status represents the status of a completed download.
type Status struct {
Expand Down

0 comments on commit 96aa29b

Please sign in to comment.