Skip to content

Commit

Permalink
removed extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
steiler committed Jul 20, 2021
1 parent e894a00 commit c426be3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions clab/general.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ func AppendHostsFileEntries(containers []types.GenericContainer, labname string)
return err
}
defer f.Close()
_, err = f.WriteString("\n")
if err != nil {
return err
}
_, err = f.Write(data)
if err != nil {
return err
Expand Down

0 comments on commit c426be3

Please sign in to comment.