Skip to content

Commit 70b1b32

Browse files
committed
Fix formatting
1 parent 9b43ab4 commit 70b1b32

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

marshal_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ func ExampleShape_MarshalText() {
1414
b, _ := s.MarshalText()
1515

1616
fmt.Println(string(b))
17-
1817
// Output:
1918
// S P 300.000000,200.000000 3 300.000000,226.521649 289.464316,251.957040 270.710678,270.710678 3 251.957040,289.464316 226.521649,300.000000 200.000000,300.000000 3 173.478351,300.000000 148.042960,289.464316 129.289322,270.710678 3 110.535684,251.957040 100.000000,226.521649 100.000000,200.000000 3 100.000000,173.478351 110.535684,148.042960 129.289322,129.289322 3 148.042960,110.535684 173.478351,100.000000 200.000000,100.000000 3 226.521649,100.000000 251.957040,110.535684 270.710678,129.289322 3 289.464316,148.042960 300.000000,173.478351 300.000000,200.000000 C
2019
}
@@ -25,7 +24,6 @@ func ExamplePath_MarshalText() {
2524
b, _ := p.MarshalText()
2625

2726
fmt.Println(string(b))
28-
2927
// Output:
3028
// P 300.000000,200.000000 3 300.000000,226.521649 289.464316,251.957040 270.710678,270.710678 3 251.957040,289.464316 226.521649,300.000000 200.000000,300.000000 3 173.478351,300.000000 148.042960,289.464316 129.289322,270.710678 3 110.535684,251.957040 100.000000,226.521649 100.000000,200.000000 3 100.000000,173.478351 110.535684,148.042960 129.289322,129.289322 3 148.042960,110.535684 173.478351,100.000000 200.000000,100.000000 3 226.521649,100.000000 251.957040,110.535684 270.710678,129.289322 3 289.464316,148.042960 300.000000,173.478351 300.000000,200.000000 C
3129
}

0 commit comments

Comments
 (0)