Skip to content

Commit

Permalink
remove unnecessary spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
neutralinsomniac committed Jan 11, 2021
1 parent 1bbf70d commit fb1957d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/obsdpkgup/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,9 @@ func main() {

if !pkgUpQuirksDate.Equal(mirrorQuirksDate) {
if pkgUpQuirksDate.After(mirrorQuirksDate) {
fmt.Fprintf(os.Stderr, "\nWARNING: pkgup index appears to be newer than packages on configured mirror.\n")
fmt.Fprintf(os.Stderr, "WARNING: pkgup index appears to be newer than packages on configured mirror.\n")
} else {
fmt.Fprintf(os.Stderr, "\nWARNING: pkgup index appears to be older than packages on configured mirror\n")
fmt.Fprintf(os.Stderr, "WARNING: pkgup index appears to be older than packages on configured mirror\n")
}
}

Expand Down

0 comments on commit fb1957d

Please sign in to comment.