Skip to content

Commit

Permalink
Fix text alignment (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
SRv6d authored Dec 26, 2023
1 parent 408cc72 commit b61d9c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ role: ACME Company ◀─────────────── &"
address: Packet Street 6 ◀──────────── &"address" ─── &"Packet Street 6"
address: 128 Series of Tubes ◀──────── &"address" ─── &"128 Series of Tubes"
address: Internet ◀─────────────────── &"address" ─── &"Internet"
email: rpsl-rs@github.com ◀───── &"email" ─── &"rpsl-rs@github.com"
email: rpsl-rs@github.com ◀───────── &"email" ─── &"rpsl-rs@github.com"
nic-hdl: RPSL1-RIPE ◀───────────────── &"nic-hdl" ─── &"RPSL1-RIPE"
source: RIPE ◀─────────────────────── &"source" ─── &"RIPE"
```
Expand Down
2 changes: 1 addition & 1 deletion src/borrowed/object.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use std::{fmt, ops::Index};
/// address: Packet Street 6 ◀──────────── &"address" ─┬─ &"Packet Street 6"
/// 128 Series of Tubes ◀──────── ├─ &"128 Series of Tubes"
/// Internet ◀─────────────────── └─ &"Internet"
/// email: rpsl-rs@github.com ◀───── &"email" ─── &"rpsl-rs@github.com"
/// email: rpsl-rs@github.com ◀───────── &"email" ─── &"rpsl-rs@github.com"
/// nic-hdl: RPSL1-RIPE ◀───────────────── &"nic-hdl" ─── &"RPSL1-RIPE"
/// source: RIPE ◀─────────────────────── &"source" ─── &"RIPE"
/// ```
Expand Down

0 comments on commit b61d9c3

Please sign in to comment.