You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, in the python file, the lengths of title lines and lines are inconsistent:
# before# test text# after# ── test text ─────────────────────────────────────────────────# ────────────────────────────────────────────────────────────
In the rust file, the lengths of the two are the same:
// before// test text// after// ── test text ───────────────────────────────────────────────// ────────────────────────────────────────────────────────────
The text was updated successfully, but these errors were encountered:
For example, in the
python
file, the lengths of title lines and lines are inconsistent:In the
rust
file, the lengths of the two are the same:The text was updated successfully, but these errors were encountered: