Skip to content

Commit 6c7ecf5

Browse files
committed
chore: cleanups based on review
1 parent 044f98d commit 6c7ecf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin-maven/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ user@machine repo % mvn spotless:check
3838
- [**Quickstart**](#quickstart)
3939
- [Requirements](#requirements)
4040
- [Binding to maven phase](#binding-to-maven-phase)
41-
- **Languages** // TODO add idea
41+
- **Languages**
4242
- [Java](#java) ([google-java-format](#google-java-format), [eclipse jdt](#eclipse-jdt), [prettier](#prettier), [palantir-java-format](#palantir-java-format), [formatAnnotations](#formatAnnotations), [cleanthat](#cleanthat), [IntelliJ IDEA](#intellij-idea))
4343
- [Groovy](#groovy) ([eclipse groovy](#eclipse-groovy))
4444
- [Kotlin](#kotlin) ([ktfmt](#ktfmt), [ktlint](#ktlint), [diktat](#diktat), [prettier](#prettier))

testlib/src/test/java/com/diffplug/spotless/generic/IdeaStepTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ void formattingsWorkWithDefaultParameters() throws Exception {
7979
}
8080

8181
@Test
82-
void formattingsWithOutDefaultDoesNothing() throws Exception {
82+
void formattingsWithoutDefaultDoesNothing() throws Exception {
8383
File dirtyFile = newFile("dirty.java");
8484
String dirtyJava = ResourceHarness.getTestResource("java/idea/full.dirty.java");
8585
Files.write(dirtyJava, dirtyFile, StandardCharsets.UTF_8);

0 commit comments

Comments
 (0)