Skip to content

Duplicated padRight in evaluate.ts — should import from display.ts #132

Description

@that-github-user

Description

src/commands/evaluate.ts defines its own local padRight() function instead of importing the identical implementation from src/utils/display.ts:164-170.

This is a minor code hygiene issue — the function is duplicated rather than reused.

Suggested fix

Replace the local padRight definition in evaluate.ts with an import:

import { padRight } from "../utils/display.js";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions