Remove extra whitespace

This commit is contained in:
PeterBocan 2019-07-02 16:30:42 +02:00
parent 615d5e2eb4
commit c22f42f03c

View File

@ -50,5 +50,4 @@ func main() {
// Structs are mutable.
sp.age = 51
fmt.Println(sp.age)
}