Formatting error.

pull/40/head
Christopher Young 2015-09-12 15:00:20 -04:00
rodzic df916eb24b
commit beab266afc
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -40,7 +40,8 @@ func main() {
}
thisWait := i - curTick
time.Sleep(time.Duration(thisWait) * time.Nanosecond) // Just in case the units change.
fmt.Printf("%s", linesplit[1])
p := strings.Trim(linesplit[1], " ;\r\n")
fmt.Printf("%s;\n", p)
curTick = i
}
}