Skip to content

Commit 67b3b0c

Browse files
committed
formatting
1 parent 13b1307 commit 67b3b0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/org/openrewrite/java/migrate/joda/JodaTimeVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public JodaTimeVisitor(JodaTimeRecipe.Accumulator acc, boolean safeMigration, Li
4343
this.acc = acc;
4444
this.safeMigration = safeMigration;
4545
}
46-
46+
4747
@Override
4848
protected JavadocVisitor<ExecutionContext> getJavadocVisitor() {
4949
return new JavadocVisitor<ExecutionContext>(this) {

src/test/java/org/openrewrite/java/migrate/joda/JodaTimeVisitorTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ public void foo() {
733733
)
734734
);
735735
}
736-
736+
737737
@Test
738738
void lambdaVarDeclaration() {
739739
//language=java
@@ -775,7 +775,7 @@ public void foo() {
775775
)
776776
);
777777
}
778-
778+
779779
@Test
780780
void unhandledVarDeclaration() {
781781
//language=java

0 commit comments

Comments
 (0)