fix formatting in persistence/stdout.go
This commit is contained in:
parent
f2edd2499a
commit
c310d993bb
|
@ -40,7 +40,7 @@ func (s *stdout) DoesTorrentExist(infoHash []byte) (bool, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *stdout) AddNewTorrent(infoHash []byte, name string, files []File) error {
|
func (s *stdout) AddNewTorrent(infoHash []byte, name string, files []File) error {
|
||||||
err := s.encoder.Encode(out {
|
err := s.encoder.Encode(out{
|
||||||
InfoHash: infoHash,
|
InfoHash: infoHash,
|
||||||
Name: name,
|
Name: name,
|
||||||
Files: files,
|
Files: files,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user