Skip to content

Commit 0f8e44c

Browse files
committed
Whitespace
1 parent 756eb0d commit 0f8e44c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/src/main/java/org/elasticsearch/ingest/IngestService.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,12 +1214,10 @@ static String getProcessorName(Processor processor) {
12141214
} else {
12151215
StringBuilder sb = new StringBuilder(5);
12161216
sb.append(processor.getType());
1217-
12181217
if (pipelineName != null) {
12191218
sb.append(":");
12201219
sb.append(pipelineName);
12211220
}
1222-
12231221
if (tag != null) {
12241222
sb.append(":");
12251223
sb.append(tag);

0 commit comments

Comments
 (0)