Skip to content

Conversation

itsmemohamednaseem-rgb
Copy link

Which problem is this PR solving?

Description of the changes

How was this change tested?

Checklist

mkdir -p build/riscv64

# Build all-in-one binary
go build ${GO_BUILD_ARGS} -o build/riscv64/jaeger-all-in-one ./cmd/all-in-one No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

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

The file is missing a newline at the end, which is a common Unix convention. Some tools and Git may flag this as an issue or display the file differently. Consider adding a newline character at the end of the file to maintain compatibility with standard Unix text file conventions.

Spotted by Graphite Agent

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant