Skip to content

Commit 67626d9

Browse files
Tobias Knellmichaelklishin
Tobias Knell
authored andcommitted
formatting in ClientVersion
1 parent 99e421e commit 67626d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rabbitmq/client/impl/ClientVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class ClientVersion {
3636
} catch (IOException e) {
3737
} finally {
3838
try {
39-
if(inputStream!=null) {
39+
if(inputStream != null) {
4040
inputStream.close();
4141
}
4242
} catch (IOException e) {

0 commit comments

Comments
 (0)