afterAddFinally.java: whitespace fixed

This commit is contained in:
Tagir Valeev
2018-10-18 10:38:41 +07:00
parent c544320aaa
commit 6e5d42e80b

View File

@@ -3,7 +3,7 @@ class Test {
void foo() {
try {
} finally {
}
}
}