Skip to content

Commit 4aa143c

Browse files
committed
cleanup
Signed-off-by: wind57 <[email protected]>
1 parent 081d241 commit 4aa143c

File tree

1 file changed

+1
-1
lines changed
  • spring-cloud-kubernetes-commons/src/main/java/org/springframework/cloud/kubernetes/commons/config

1 file changed

+1
-1
lines changed

spring-cloud-kubernetes-commons/src/main/java/org/springframework/cloud/kubernetes/commons/config/NamedSourceData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public final SourceData compute(String sourceName, ConfigUtils.Prefix prefix, St
4242
// first comes non-profile based source
4343
sourceNames.add(sourceName);
4444

45-
MultipleSourcesContainer data = MultipleSourcesContainer.empty();;
45+
MultipleSourcesContainer data = MultipleSourcesContainer.empty();
4646

4747
try {
4848
if (profileSources) {

0 commit comments

Comments
 (0)