Fix formatting in tests

GitOrigin-RevId: 79220056e1b8058861a201df4ec3cb1911b86271
This commit is contained in:
Roman.Ivanov
2020-01-31 13:57:07 +07:00
committed by intellij-monorepo-bot
parent cb2cbaab36
commit ab735c279f
4 changed files with 4 additions and 4 deletions

View File

@@ -5,5 +5,5 @@ class Test {
}
}
public record MyRecord<T>(int i,int i1) {
public record MyRecord<T>(int i, int i1) {
}

View File

@@ -5,5 +5,5 @@ class Test {
}
}
public record MyRecord(int i,int i1) {
public record MyRecord(int i, int i1) {
}