mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-23 07:14:21 +07:00
1. Block.getSpacing() contract is refined; 2. Java formatter tests don't strip line feeds and trailing spaces now; 3. Test data is corrected;
6 lines
63 B
Java
6 lines
63 B
Java
class Foo {
|
|
void foo() {
|
|
if (a) {
|
|
}
|
|
}
|
|
} |