Skip to content

Commit e70c0c0

Browse files
committed
trailing-space
1 parent 589bb19 commit e70c0c0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs-src/pulsar-sink-core/modules/ROOT/pages/cfgPulsarMapUdt.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Mapping messages to table that has a User Defined Type
1+
= Mapping messages to table that has a User Defined Type
22

33
:page-tag: pulsar-connector,dev,develop,pulsar
44

@@ -10,13 +10,13 @@ In the example `stocks_topic`, the key is a basic string and the value is regula
1010
|===
1111
|key|value
1212

13-
|APPLE|
13+
|APPLE|
1414
[source,no-highlight]
15-
----
15+
----
1616
{"symbol":"APPL", "value":208, "exchange":"NASDAQ", "industry":"TECH", "ts":"2018-11-26T19:26:27.483"}
1717
----
1818

19-
|EXXON MOBIL|
19+
|EXXON MOBIL|
2020
[source,no-highlight]
2121
----
2222
{"symbol":"M",
@@ -26,13 +26,13 @@ In the example `stocks_topic`, the key is a basic string and the value is regula
2626
"ts":"2018-11-26T19:26:27.483"}
2727
----
2828

29-
|GENERAL MOTORS|
29+
|GENERAL MOTORS|
3030
[source,no-highlight]
31-
----
31+
----
3232
{"symbol":"GM", "value":38, "exchange":"NYSE", "industry":"AUTO", "ts":"2018-11-26T19:26:27.483"}
3333
----
3434

35-
|AT&T|
35+
|AT&T|
3636
[source,no-highlight]
3737
----
3838
{"symbol":"AT&T",
@@ -42,9 +42,9 @@ In the example `stocks_topic`, the key is a basic string and the value is regula
4242
"ts":"2018-11-26T19:26:27.483"}
4343
----
4444

45-
|FORD MOTOR|
45+
|FORD MOTOR|
4646
[source,no-highlight]
47-
----
47+
----
4848
{"symbol":"F", "value":10, "exchange":"NYSE", "industry":"AUTO", "ts":"2018-11-26T19:26:27.483"}
4949
----
5050

0 commit comments

Comments
 (0)