Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Like this project? Follow the repository on [GitHub](https://github.com/tedilabs

Provided under the terms of the [Apache License](LICENSE).

Copyright © 2023, [Byungjin Park](https://www.posquit0.com).
Copyright © 2023-2025, [Byungjin Park](https://www.posquit0.com).

Choose a reason for hiding this comment

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

medium

It's a good practice for text files to end with a newline character. This can prevent issues with some command-line tools and source control systems.1

Suggested change
Copyright © 2023-2025, [Byungjin Park](https://www.posquit0.com).
Copyright © 2023-2025, [Byungjin Park](https://www.posquit0.com).

Style Guide References

Footnotes

  1. Files should end with a single newline character. This is a standard convention for text files in Unix-like systems and is enforced by many tools to ensure file integrity and proper processing when concatenating or diffing files.