Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd: tidy spacing in bun init #17659

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

cmd: tidy spacing in bun init #17659

wants to merge 1 commit into from

Conversation

nektro
Copy link
Member

@nektro nektro commented Feb 25, 2025

before:

image

after:

image

@robobun
Copy link

robobun commented Feb 25, 2025

Updated 11:23 PM PT - Feb 24th, 2025

@nektro, your commit 1f1e40d has 2 failures in Build #12217:


🧪   try this PR locally:

bunx bun-pr 17659

@nektro nektro marked this pull request as ready for review February 25, 2025 22:14
@nektro nektro requested a review from Jarred-Sumner February 25, 2025 22:14
fields.entry_point,
)) {
Output.prettyln("<cyan>bun run {any}<r>", .{bun.fmt.formatJSONStringLatin1(fields.entry_point)});
Output.pretty("\nTo get started, run:\n\n ", .{});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Output.pretty("\nTo get started, run:\n\n ", .{});
Output.pretty("\nTo get started, run:\n\n ", .{});

The commands at the end of this file use 6 spaces

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

then i should shorten those as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants