Skip to content

Commit 5f6f8e5

Browse files
committed
accidental fourth column with domain variants
1 parent d77a0de commit 5f6f8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icann-rdap-client/src/md/domain.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ fn do_variants(variants: &[Variant], params: MdParams) -> String {
141141
.join(", "),
142142
))
143143
});
144-
md.push_str("|\n");
144+
md.push_str("\n");
145145
md
146146
}
147147

0 commit comments

Comments
 (0)