Skip to content

Commit 63953a8

Browse files
committed
fix quote layout
1 parent dc58c8f commit 63953a8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

example_test.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ func ExampleOpenFile() {
88

99
func ExampleOpenReader() {
1010
// https://github.com/rust-lang/rust/issues/13871
11-
const quote = `There was a night when winds from unknown spaces whirled us irresistibly into
12-
limitless vacum beyond all thought and entity. Perceptions of the most
13-
maddeningly untransmissible sort thronged upon us; perceptions of infinity
14-
which at the time convulsed us with joy, yet which are now partly lost to my
15-
memory and partly incapable of presentation to others.`
11+
const quote = `There was a night when winds from unknown spaces
12+
whirled us irresistibly into limitless vacum beyond all thought and entity.
13+
Perceptions of the most maddeningly untransmissible sort thronged upon us;
14+
perceptions of infinity which at the time convulsed us with joy, yet which
15+
are now partly lost to my memory and partly incapable of presentation to others.`
1616
r := strings.NewReader(quote)
1717
OpenReader(r)
1818
}

0 commit comments

Comments
 (0)