Skip to content

Commit 043d5ce

Browse files
Artem LabazinArtem Labazin
authored andcommitted
Some formating
1 parent 2a610ff commit 043d5ce

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

encon/src/main/java/io/appulse/encon/ModulePing.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,16 @@ boolean ping (@NonNull RemoteNode remote) {
7777
.build();
7878

7979
mailbox.send(remote, "net_kernel", tuple(
80-
atom("$gen_call"),
81-
tuple(
82-
mailbox.getPid(),
83-
node.newReference()
84-
),
85-
tuple(
86-
atom("is_auth"),
87-
atom(node.getDescriptor().getFullName())
88-
)
89-
));
80+
atom("$gen_call"),
81+
tuple(
82+
mailbox.getPid(),
83+
node.newReference()
84+
),
85+
tuple(
86+
atom("is_auth"),
87+
atom(node.getDescriptor().getFullName())
88+
)
89+
));
9090

9191
try {
9292
mailbox.receive();

0 commit comments

Comments
 (0)