We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e421e commit 67626d9Copy full SHA for 67626d9
src/main/java/com/rabbitmq/client/impl/ClientVersion.java
@@ -36,7 +36,7 @@ public class ClientVersion {
36
} catch (IOException e) {
37
} finally {
38
try {
39
- if(inputStream!=null) {
+ if(inputStream != null) {
40
inputStream.close();
41
}
42
0 commit comments