Skip to content

Commit a3c33f3

Browse files
authored
Format code
1 parent c6a5710 commit a3c33f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/com/ecwid/consul/v1/agent/model/NewService.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,19 @@ public void setScript(String script) {
6161
}
6262

6363
public String getDockerContainerID() {
64-
return dockerContainerID;
64+
return dockerContainerID;
6565
}
6666

6767
public void setDockerContainerID(String dockerContainerID) {
68-
this.dockerContainerID = dockerContainerID;
68+
this.dockerContainerID = dockerContainerID;
6969
}
7070

7171
public String getShell() {
72-
return shell;
72+
return shell;
7373
}
7474

7575
public void setShell(String shell) {
76-
this.shell = shell;
76+
this.shell = shell;
7777
}
7878

7979
public String getInterval() {

0 commit comments

Comments
 (0)