Skip to content

Commit

Permalink
refactor: Empty new line at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
2 people authored and app committed Apr 23, 2024
1 parent 2bbb345 commit 769f6de
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,3 @@ void fileContainingCRLFWillEndWithCRLF() {
);
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ class Test {
)
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ class A {}
)
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ void testMethod() {
)
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,3 @@ void notAPom() {
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ void reportingPlugin() {
)
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ void shouldNotOverrideParentPluginVersion() {
)
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,4 @@ void multiModule() {
,sourceSpecs -> sourceSpecs.path("sample-module/pom.xml"))
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ void wrongVersionRange() {
)
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,3 @@ public String getDescription() {
return "A fancy description";
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,3 @@ void namespaceNotMatched() {
);
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ void retainWhenThereAttributes() {
)
);
}
}
}

0 comments on commit 769f6de

Please sign in to comment.