提交 8d7beb50 编写于 作者: S Sam

Merge pull request #397 from floating-cat/master

Fix inconsistent code styles in OkHttpStreamFetcher.
......@@ -50,13 +50,13 @@ public class OkHttpStreamFetcher implements DataFetcher<InputStream> {
@Override
public void cleanup() {
try {
if (stream != null) {
try {
stream.close();
}
} catch (IOException e) {
// Ignored
}
}
if (responseBody != null) {
try {
responseBody.close();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册