Remove trailing whitespace, add missing newline

This commit is contained in:
Björn
2012-11-16 14:56:12 +01:00
parent 1e992ab31d
commit 21823e61d8
2 changed files with 24 additions and 23 deletions

View File

@@ -1,23 +1,24 @@
$ go run string-formatting.go
{1 2}
{x:1 y:2}
main.point{x:1, y:2}
main.point
true
123
1110
!
1c8
78.9000001.234000e+08
1.234000E+08
"string"
"\"string\""
6865782074686973
0x42134100
| 12| 345|
| 1.20| 3.45|
|1.20 |3.45 |
$ go run string-formatting.go
{1 2}
{x:1 y:2}
main.point{x:1, y:2}
main.point
true
123
1110
!
1c8
78.900000
1.234000e+08
1.234000E+08
"string"
"\"string\""
6865782074686973
0x42135100
| 12| 345|
| 1.20| 3.45|
|1.20 |3.45 |
| foo| b|
|foo |b |
a string
an error
a string
an error