diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3ac6b6ba6a..3ad25e2e06 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,4 +21,4 @@ ### Changes to Core Features: * [ ] An explanation of what the changes do and why they should be included is provided -* [ ] Code is accompanied by updates to tests and/or new tests for the core changes (if applicable) \ No newline at end of file +* [ ] Code is accompanied by updates to tests and/or new tests for the core changes (if applicable) diff --git a/container/apbf/README.md b/container/apbf/README.md index f23b6e7fc5..606598a891 100644 --- a/container/apbf/README.md +++ b/container/apbf/README.md @@ -168,4 +168,4 @@ the standard go tooling for working with modules to incorporate it. ## License -Package apbf is licensed under the [copyfree](http://copyfree.org) ISC License. \ No newline at end of file +Package apbf is licensed under the [copyfree](http://copyfree.org) ISC License. diff --git a/contrib/README.md b/contrib/README.md index ca82bb781f..701117b165 100644 --- a/contrib/README.md +++ b/contrib/README.md @@ -61,4 +61,4 @@ add every module. Do note, however, that workspaces are local, so final submissions to the repository will still require the appropriate changes to the relevant `go.mod` -files to ensure resolution outside of the workspace. \ No newline at end of file +files to ensure resolution outside of the workspace. diff --git a/docs/release-notes/release-notes-1.4.0.md b/docs/release-notes/release-notes-1.4.0.md index 018aeb73d5..6d5a5ee6a1 100644 --- a/docs/release-notes/release-notes-1.4.0.md +++ b/docs/release-notes/release-notes-1.4.0.md @@ -281,4 +281,4 @@ All commits since the last release may be viewed on GitHub [here](https://github - Josh Rickmar - Matheus Degiovani - Sarlor -- zhizhongzhiwai \ No newline at end of file +- zhizhongzhiwai diff --git a/docs/release-notes/release-notes-1.5.0.md b/docs/release-notes/release-notes-1.5.0.md index cac3618d64..49c3a1ca31 100644 --- a/docs/release-notes/release-notes-1.5.0.md +++ b/docs/release-notes/release-notes-1.5.0.md @@ -836,4 +836,4 @@ All commits since the last release may be viewed on GitHub [here](https://github - Olaoluwa Osuntokun - Roei Erez - Sarlor -- Victor Oliveira \ No newline at end of file +- Victor Oliveira diff --git a/docs/release-notes/release-notes-1.5.1.md b/docs/release-notes/release-notes-1.5.1.md index f04d16f435..6e1d88b7d8 100644 --- a/docs/release-notes/release-notes-1.5.1.md +++ b/docs/release-notes/release-notes-1.5.1.md @@ -25,4 +25,4 @@ All commits since the last release may be viewed on GitHub [here](https://github - Dave Collins - Josh Rickmar -- Matheus Degiovani \ No newline at end of file +- Matheus Degiovani diff --git a/docs/release-notes/release-notes-1.5.2.md b/docs/release-notes/release-notes-1.5.2.md index 05a5ff9ae8..0a3098057f 100644 --- a/docs/release-notes/release-notes-1.5.2.md +++ b/docs/release-notes/release-notes-1.5.2.md @@ -22,4 +22,4 @@ All commits since the last release may be viewed on GitHub [here](https://github ### Code Contributors (alphabetical order): - Dave Collins -- David Hill \ No newline at end of file +- David Hill diff --git a/docs/release-notes/release-notes-1.6.0.md b/docs/release-notes/release-notes-1.6.0.md index 11d3398e85..22ab82aa37 100644 --- a/docs/release-notes/release-notes-1.6.0.md +++ b/docs/release-notes/release-notes-1.6.0.md @@ -944,4 +944,4 @@ All commits since the last release may be viewed on GitHub - Ryan Staudt - Wisdom Arerosuoghene - Youssef Boukenken -- zhizhongzhiwai \ No newline at end of file +- zhizhongzhiwai diff --git a/docs/release-notes/release-notes-1.6.1.md b/docs/release-notes/release-notes-1.6.1.md index 7cd1406b47..772a6b6384 100644 --- a/docs/release-notes/release-notes-1.6.1.md +++ b/docs/release-notes/release-notes-1.6.1.md @@ -27,4 +27,4 @@ All commits since the last release may be viewed on GitHub ### Code Contributors (alphabetical order): -- Dave Collins \ No newline at end of file +- Dave Collins diff --git a/docs/release-notes/release-notes-1.7.0.md b/docs/release-notes/release-notes-1.7.0.md index 2afdd56556..815f212e04 100644 --- a/docs/release-notes/release-notes-1.7.0.md +++ b/docs/release-notes/release-notes-1.7.0.md @@ -1446,4 +1446,4 @@ All commits since the last release may be viewed on GitHub - Naveen - Ryan Staudt - Youssef Boukenken -- Wisdom Arerosuoghene \ No newline at end of file +- Wisdom Arerosuoghene diff --git a/docs/release-notes/release-notes-1.7.1.md b/docs/release-notes/release-notes-1.7.1.md index fc9f943dc4..801d9d8043 100644 --- a/docs/release-notes/release-notes-1.7.1.md +++ b/docs/release-notes/release-notes-1.7.1.md @@ -23,4 +23,4 @@ All commits since the last release may be viewed on GitHub ### Code Contributors (alphabetical order): - Dave Collins -- 刘昆 \ No newline at end of file +- 刘昆 diff --git a/gcs/go.mod b/gcs/go.mod index 53f289a219..5c75b1cf68 100644 --- a/gcs/go.mod +++ b/gcs/go.mod @@ -24,4 +24,4 @@ require ( github.com/decred/slog v1.2.0 // indirect ) -replace github.com/decred/dcrd/blockchain/stake/v5 => ../blockchain/stake \ No newline at end of file +replace github.com/decred/dcrd/blockchain/stake/v5 => ../blockchain/stake diff --git a/math/uint256/README.md b/math/uint256/README.md index 97bdcdbd4a..c2691ca28f 100644 --- a/math/uint256/README.md +++ b/math/uint256/README.md @@ -269,4 +269,4 @@ the standard go tooling for working with modules to incorporate it. ## License Package uint256 is licensed under the [copyfree](http://copyfree.org) ISC -License. \ No newline at end of file +License.