Skip to content

Commit

Permalink
Fix some weird indententation caused by MOE
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=142456437
  • Loading branch information
jbeder authored and ronshapiro committed Dec 19, 2016
1 parent 9ad2f3d commit e72f21c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Optional<? extends Element> getElementForErrorReporting(TypeElement componentEle
Optional<TypeSpec.Builder> write(ClassName generatedTypeName, TypeElement componentElement) {
return Optional.of(
classBuilder(generatedTypeName)
.addAnnotation(Module.class)
.addAnnotation(Module.class)
.addModifiers(ABSTRACT)
.addMethod(privateConstructor())
.addMethod(setOfFactories())
Expand Down

0 comments on commit e72f21c

Please sign in to comment.