diff --git a/search.go b/search.go index a06b404..b0939e4 100644 --- a/search.go +++ b/search.go @@ -49,7 +49,7 @@ func search(token string) error { abort := false for _, s := range statuses { if strings.Contains(strings.ToLower(cleanupContent(s.Content)), token) { - fmt.Println("\nFound toot:", cleanupContent(s.Content)) + fmt.Println("\n\nFound toot:", cleanupContent(s.Content)) fmt.Println("Date:", s.CreatedAt.Format(time.RFC822)) fmt.Println("URL:", s.URL) fmt.Println()