Skip to content

Commit 8b737a4

Browse files
authored
Remove blank lines before closing braces - fix 103 files
1 parent 895dc19 commit 8b737a4

103 files changed

Lines changed: 23 additions & 105 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 2 deletions

microsphere-annotation-processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@
130130
</plugins>
131131
</build>
132132

133-
</project>
133+
</project>

microsphere-annotation-processor/src/main/java/io/microsphere/annotation/processor/FilerProcessor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,4 @@ public <T> T processInFiler(ThrowableFunction<Filer, T> filerCallback, BiFunctio
9999
public JavaFileManager getJavaFileManager() {
100100
return processInFiler(filer -> getFieldValue(filer, "fileManager"));
101101
}
102-
103102
}

microsphere-annotation-processor/src/test/resources/logback-test.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
<appender-ref ref="STDOUT"/>
1313
</root>
1414

15-
</configuration>
15+
</configuration>

microsphere-java-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141
</dependency>
4242

4343
</dependencies>
44-
</project>
44+
</project>

microsphere-java-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@
9797

9898
</dependencies>
9999

100-
</project>
100+
</project>

microsphere-java-core/src/main/java/io/microsphere/beans/BeanMetadata.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,4 @@ public String toString() {
142142
public static BeanMetadata of(@Nonnull Class<?> beanClass) throws RuntimeException {
143143
return new BeanMetadata(beanClass);
144144
}
145-
146145
}

microsphere-java-core/src/main/java/io/microsphere/classloading/BannedArtifactClassLoadingExecutor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,4 @@ static MavenArtifact loadBannedArtifactConfig(String definition) throws IllegalA
135135
String version = gav[2];
136136
return MavenArtifact.create(groupId, artifactId, version);
137137
}
138-
139138
}

microsphere-java-core/src/main/java/io/microsphere/collection/CollectionUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,5 +683,4 @@ public static <T> Deque<T> emptyDeque() {
683683

684684
private CollectionUtils() {
685685
}
686-
687686
}

microsphere-java-core/src/main/java/io/microsphere/collection/Iterators.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,4 @@ public static boolean equals(Iterator<?> one, Iterator<?> another) {
5656

5757
private Iterators() {
5858
}
59-
6059
}

0 commit comments

Comments
 (0)