Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Jul 6, 2022
1 parent 09f22d8 commit f6bf7ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/darwin/Framework/CHIP/templates/MTRBaseClusters-src.zapt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ using namespace chip::app::Clusters;
timedWriteTimeout.SetValue(10000);
}
{{/if}}

new MTR{{>callbackName}}CallbackBridge(self.callbackQueue,
{{! For now, don't change the bridge API; instead just use an adapter
to invoke our completion handler. This is not great from a
Expand All @@ -146,7 +146,7 @@ using namespace chip::app::Clusters;
auto failureFn = Callback<DefaultFailureCallbackType>::FromCancelable(failure);
return self.cppCluster.WriteAttribute<TypeInfo>(cppValue, successFn->mContext, successFn->mCall, failureFn->mCall, timedWriteTimeout);
});

}

{{/if}}
Expand Down

0 comments on commit f6bf7ed

Please sign in to comment.