Skip to content

Commit 5f8506a

Browse files
author
Soroosh Sarabadani
committed
format code on compile
1 parent 69c3332 commit 5f8506a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

operator-framework/src/main/java/io/javaoperatorsdk/operator/processing/event/AbstractEventSource.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package io.javaoperatorsdk.operator.processing.event;
22

3-
43
public abstract class AbstractEventSource implements EventSource {
54

65
protected EventHandler eventHandler;

operator-framework/src/main/java/io/javaoperatorsdk/operator/processing/event/EventSourceManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package io.javaoperatorsdk.operator.processing.event;
22

3-
43
import java.util.Map;
54
import java.util.Optional;
65

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,14 @@
135135
<configuration>
136136
<style>google</style>
137137
</configuration>
138+
<executions>
139+
<execution>
140+
<goals>
141+
<goal>format</goal>
142+
</goals>
143+
<phase>compile</phase>
144+
</execution>
145+
</executions>
138146
</plugin>
139147
</plugins>
140148
</build>

0 commit comments

Comments
 (0)