1
0
mirror of https://github.com/google/nomulus synced 2025-12-23 14:25:44 +00:00

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,
VoidDnsWriterModule.class,
VoidKeyringModule.class,
}
)
})
interface BackendComponent {
BackendRequestComponent startRequest(RequestModule requestModule);
}