Re-indent module list in BackendComponent

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=129453164
This commit is contained in:
Greg Shikhman 2016-08-05 10:04:26 -07:00 committed by Justine Tunney
parent 3f4121b98c
commit 751df4b488

View file

@ -68,8 +68,7 @@ import javax.inject.Singleton;
UseAppIdentityCredentialForGoogleApisModule.class, UseAppIdentityCredentialForGoogleApisModule.class,
VoidDnsWriterModule.class, VoidDnsWriterModule.class,
VoidKeyringModule.class, VoidKeyringModule.class,
} })
)
interface BackendComponent { interface BackendComponent {
BackendRequestComponent startRequest(RequestModule requestModule); BackendRequestComponent startRequest(RequestModule requestModule);
} }