Skip to content

Commit

Permalink
Fixed indent a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed May 31, 2023
1 parent 049fbb9 commit d496a75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/controller/java/templates/ChipClusters-java.zapt
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,15 @@ public class ChipClusters {
, @Nullable Integer timedInvokeTimeoutMs);
{{/if}}
{{/zcl_commands}}
{{#zcl_commands}}
{{#if (is_str_equal source 'server')}}
{{#zcl_commands}}
{{#if (is_str_equal source 'server')}}
public interface {{asUpperCamelCase name}}Callback {
void onSuccess({{#zcl_command_arguments}}{{#not_first}}, {{/not_first}}{{asJavaType type chipType parent.parent.name includeAnnotations=true clusterId=parent.parent.id}} {{asLowerCamelCase label}}{{/zcl_command_arguments}});

void onError(Exception error);
}

{{/if}}
{{/if}}
{{/zcl_commands}}

{{#zcl_attributes_server removeKeys='isOptional'}}
Expand Down

0 comments on commit d496a75

Please sign in to comment.