Skip to content

Commit ffd2494

Browse files
plumpyronshapiro
authored andcommitted
Format the files with google-java-format (oops)
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=183006921
1 parent 128ee6e commit ffd2494

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

idea_plugin/src/com/google/googlejavaformat/intellij/CodeStyleManagerDecorator.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,11 @@ class CodeStyleManagerDecorator extends CodeStyleManager
5151
this.delegate = delegate;
5252
}
5353

54-
5554
CodeStyleManager getDelegate() {
5655
return delegate;
5756
}
5857

5958
@Override
60-
6159
public Project getProject() {
6260
return delegate.getProject();
6361
}

0 commit comments

Comments
 (0)