Skip to content

Commit e43e933

Browse files
author
Ann Witbrock
committed
layout
1 parent 03e78d7 commit e43e933

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

java/EmitLog.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ public static void main(String[] argv)
1919

2020
String message = getMessage(argv);
2121

22-
channel.basicPublish( EXCHANGE_NAME, "",
23-
null,
24-
message.getBytes());
22+
channel.basicPublish(EXCHANGE_NAME, "", null, message.getBytes());
2523
System.out.println(" [x] Sent '" + message + "'");
2624

2725
channel.close();

0 commit comments

Comments
 (0)