mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 03:07:47 +07:00
Fix formatting in tests
GitOrigin-RevId: 79220056e1b8058861a201df4ec3cb1911b86271
This commit is contained in:
committed by
intellij-monorepo-bot
parent
cb2cbaab36
commit
ab735c279f
@@ -5,5 +5,5 @@ class Test {
|
||||
}
|
||||
}
|
||||
|
||||
public record MyRecord<T>(int i,int i1) {
|
||||
public record MyRecord<T>(int i, int i1) {
|
||||
}
|
||||
@@ -5,5 +5,5 @@ class Test {
|
||||
}
|
||||
}
|
||||
|
||||
public record MyRecord(int i,int i1) {
|
||||
public record MyRecord(int i, int i1) {
|
||||
}
|
||||
Reference in New Issue
Block a user