Skip to content

Commit

Permalink
fix(format): ran google_java_format
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Oct 5, 2022
1 parent 854f34a commit 8832d0c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ private static List<Statement> createMemberVariables(
.build();
ExprStatement clientPropertiesStatement = ExprStatement.withExpr(clientPropertiesVarExpr);


Statement loggerStatement =
LoggerUtils.getLoggerDeclarationExpr(serviceName + "AutoConfig", types);
return Arrays.asList(clientPropertiesStatement, loggerStatement);
Expand Down

0 comments on commit 8832d0c

Please sign in to comment.