Skip to content

Commit 9d71e6d

Browse files
committed
Fixes according to review
1 parent 163ed2d commit 9d71e6d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1212
## [Unreleased]
1313
### Added
1414
* Maven - Support for formatting shell scripts via [shfmt](https://github.com/mvdan/sh). ([#1998](https://github.com/diffplug/spotless/pull/1998))
15-
* Support for `gofmt` ([#2001](https://github.com/diffplug/spotless/issues/2001))
15+
* Support for `gofmt` ([#2001](https://github.com/diffplug/spotless/pull/2001))
1616

1717
## [2.44.0] - 2024-01-15
1818
### Added

plugin-gradle/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `3.27.0`).
44

55
## [Unreleased]
6-
* Support for `gofmt` ([#2001](https://github.com/diffplug/spotless/issues/2001))
6+
* Support for `gofmt` ([#2001](https://github.com/diffplug/spotless/pull/2001))
77

88
## [6.24.0] - 2024-01-15
99
### Added

plugin-gradle/src/main/java/com/diffplug/gradle/spotless/FormatExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2024 DiffPlug
2+
* Copyright 2016-2023 DiffPlug
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugin-maven/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
55
## [Unreleased]
66
### Added
77
* Support for formatting shell scripts via [shfmt](https://github.com/mvdan/sh). ([#1998](https://github.com/diffplug/spotless/issues/1998))
8-
* Support for `gofmt` ([#2001](https://github.com/diffplug/spotless/issues/2001))
8+
* Support for `gofmt` ([#2001](https://github.com/diffplug/spotless/pull/2001))
99

1010
## [2.42.0] - 2024-01-15
1111
### Added

0 commit comments

Comments
 (0)