mirror of
https://github.com/EnumeratedDev/stormfetch.git
synced 2026-09-16 07:56:12 +00:00
Removed extra new lines at the end of the output
This commit is contained in:
@@ -183,7 +183,8 @@ func readConfig() {
|
|||||||
}
|
}
|
||||||
final += lastAsciiColor + line + "\n"
|
final += lastAsciiColor + line + "\n"
|
||||||
}
|
}
|
||||||
fmt.Println(final + "\033[0m")
|
final = strings.TrimSpace(final)
|
||||||
|
fmt.Print(final + "\033[0m")
|
||||||
}
|
}
|
||||||
|
|
||||||
func SetupFetchEnv() []string {
|
func SetupFetchEnv() []string {
|
||||||
|
|||||||
Reference in New Issue
Block a user