Skip to content

Commit ef591ef

Browse files
spotless apply
1 parent 550532d commit ef591ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugin-maven/src/main/java/com/diffplug/spotless/maven/generic/Prettier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 DiffPlug
2+
* Copyright 2016 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/src/test/java/com/diffplug/spotless/maven/prettier/PrettierFormatStepTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 DiffPlug
2+
* Copyright 2016 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.
@@ -40,7 +40,7 @@ public void prettier_typescript() throws Exception {
4040
String suffix = "ts";
4141
writePomWithPrettierSteps("**/*." + suffix,
4242
"<prettier>",
43-
" <prettierVersion>1.16.4</prettierVersion>",
43+
" <prettierVersion>1.16.4</prettierVersion>",
4444
" <configFile>.prettierrc.yml</configFile>",
4545
"</prettier>");
4646
run("typescript", suffix);

0 commit comments

Comments
 (0)