mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
canonicalize test data formatting for inline local variable
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
import java.io.*;
|
||||
|
||||
class Test {
|
||||
private static InputStream getInputUnchecked(InputStream inputSupplier) throws IOException {
|
||||
InputStream in;
|
||||
try {
|
||||
in = null;
|
||||
private static InputStream getInputUnchecked(InputStream inputSupplier) throws IOException {
|
||||
InputStream in;
|
||||
try {
|
||||
in = null;
|
||||
}
|
||||
catch (IOException e) {
|
||||
throw new IOException();
|
||||
}
|
||||
return i<caret>n;
|
||||
}
|
||||
catch (IOException e) {
|
||||
throw new IOException();
|
||||
}
|
||||
return i<caret>n;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,13 +1,13 @@
|
||||
import java.io.*;
|
||||
|
||||
class Test {
|
||||
private static InputStream getInputUnchecked(InputStream inputSupplier) throws IOException {
|
||||
try {
|
||||
}
|
||||
catch (IOException e) {
|
||||
throw new IOException();
|
||||
private static InputStream getInputUnchecked(InputStream inputSupplier) throws IOException {
|
||||
try {
|
||||
}
|
||||
catch (IOException e) {
|
||||
throw new IOException();
|
||||
}
|
||||
return null;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user