mirror of
https://github.com/google/nomulus
synced 2026-01-07 22:15:30 +00:00
Convert entire project to strict lexicographical import sort ordering
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=127234970
This commit is contained in:
@@ -15,14 +15,11 @@
|
||||
package google.registry.braintree;
|
||||
|
||||
import com.braintreegateway.BraintreeGateway;
|
||||
|
||||
import dagger.Module;
|
||||
import dagger.Provides;
|
||||
|
||||
import google.registry.config.ConfigModule.Config;
|
||||
import google.registry.config.RegistryEnvironment;
|
||||
import google.registry.keyring.api.KeyModule.Key;
|
||||
|
||||
import javax.inject.Singleton;
|
||||
|
||||
/** Dagger module for Braintree Payments API. */
|
||||
|
||||
Reference in New Issue
Block a user