copy flag to reformat when de-qualify

This commit is contained in:
Anna Kozlova
2013-01-21 16:46:23 +04:00
parent 5d876f7ce2
commit f4d9788a79
3 changed files with 9 additions and 2 deletions
@@ -2,6 +2,6 @@ import util.Pair;
class Client {
void method() {
Pair<String,Pair<Integer,Boolean>> p = PairProvider.getPair();
Pair<String, Pair<Integer,Boolean>> p = PairProvider.getPair();
}
}